Html Css Color HEX #E14AA9 Brilliant Rose

📋 copy color: '#E14AA9'

red 225 ◦ green 74 ◦ blue 169

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

Shades of Brilliant Rose #E14AA9

Tints of Brilliant Rose #E14AA9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

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

R = 48.08%
G = 15.81%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E14AA9 (or 0xE14AA9) is known color: Brilliant Rose. HEX triplet: E1, 4A and A9. RGB value is (225,74,169). Sum of RGB (Red+Green+Blue) = 225+74+169=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AA9 is #1EB556. Grayscale: #818181. Windows color (decimal): -2012503 or 11094753. OLE color: 11094753.

HSL color Cylindrical-coordinate representation of color #E14AA9: hue angle of 322.25º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14AA9 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 169 -
CMYK 0 0.67 0.25 0.12
HSL 322.25º 0.72% 0.59% -
HSV(B) 322.25º 0.67% 0.88% -
XYZ 40.66 23.77 39.98 -
YUV 129.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 225 74 169 0 0.67 0.25 0.12 322.25 0.72 0.59
Hex E1 4A A9 0 43 19 C 142 48 3B
Octal 341 112 251 0 103 31 14 502 110 73
Binary 11100001 1001010 10101001 0 1000011 11001 1100 101000010 1001000 111011

Color Harmonies of #E14AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AA9

Black with #E14AA9

Text Example


Text Example

White with #E14AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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