Html Css Color HEX #E14FA3 Brilliant Rose

📋 copy color: '#E14FA3'

red 225 ◦ green 79 ◦ blue 163

#E14FA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #E14FA3

Tints of Brilliant Rose #E14FA3

RGB

 RED value IS 225 (88.28% from 255) = 48.18%

 GREEN value IS 79 (31.25% from 255) = 16.92%

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 48.18%
G = 16.92%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E14FA3 (or 0xE14FA3) is known color: Brilliant Rose. HEX triplet: E1, 4F and A3. RGB value is (225,79,163). Sum of RGB (Red+Green+Blue) = 225+79+163=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA3 is #1EB05C. Grayscale: #848484. Windows color (decimal): -2011229 or 10702817. OLE color: 10702817.

HSL color Cylindrical-coordinate representation of color #E14FA3: hue angle of 325.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14FA3 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 163 -
CMYK 0 0.65 0.28 0.12
HSL 325.48º 0.71% 0.6% -
HSV(B) 325.48º 0.65% 0.88% -
XYZ 40.46 24.24 37.2 -
YUV 132.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 225 79 163 0 0.65 0.28 0.12 325.48 0.71 0.6
Hex E1 4F A3 0 41 1C C 145 47 3C
Octal 341 117 243 0 101 34 14 505 107 74
Binary 11100001 1001111 10100011 0 1000001 11100 1100 101000101 1000111 111100

Color Harmonies of #E14FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FA3

Black with #E14FA3

Text Example


Text Example

White with #E14FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FA3; }

 p { color: rgb(225,79,163); }

 H1.HeaderClassName
 {
   color: #E14FA3;
 }
 .AnyTagClassName
 {
   color: #E14FA3;
 }
</style>

background-color css

<style>
 a { background-color: #E14FA3; }

 a { background-color: rgb(225,79,163); }

 div.DivClassName
 {
   background-color: #E14FA3;
 }
 .BgClassName
 {
   background-color: #E14FA3;
 }
</style>

border-color css

<style>
 span { border-color: #E14FA3; }

 span { border-color: rgb(225,79,163); }

 td.TdClassName
 {
   border-color: #E14FA3;
 }
 .TagClassName
 {
   border-color: #E14FA3;
 }
</style>