Html Css Color HEX #E14FA9 Brilliant Rose

📋 copy color: '#E14FA9'

red 225 ◦ green 79 ◦ blue 169

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

Shades of Brilliant Rose #E14FA9

Tints of Brilliant Rose #E14FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 47.57%
G = 16.7%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E14FA9 (or 0xE14FA9) is known color: Brilliant Rose. HEX triplet: E1, 4F and A9. RGB value is (225,79,169). Sum of RGB (Red+Green+Blue) = 225+79+169=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA9 is #1EB056. Grayscale: #848484. Windows color (decimal): -2011223 or 11096033. OLE color: 11096033.

HSL color Cylindrical-coordinate representation of color #E14FA9: hue angle of 323.01º 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 #E14FA9 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 169 -
CMYK 0 0.65 0.25 0.12
HSL 323.01º 0.71% 0.6% -
HSV(B) 323.01º 0.65% 0.88% -
XYZ 41.01 24.46 40.1 -
YUV 132.91 148.37 193.68 -
System Red Green Blue C M Y K H S L
Decimal 225 79 169 0 0.65 0.25 0.12 323.01 0.71 0.6
Hex E1 4F A9 0 41 19 C 143 47 3C
Octal 341 117 251 0 101 31 14 503 107 74
Binary 11100001 1001111 10101001 0 1000001 11001 1100 101000011 1000111 111100

Color Harmonies of #E14FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FA9

Black with #E14FA9

Text Example


Text Example

White with #E14FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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