Html Css Color HEX #E14DAA Brilliant Rose

📋 copy color: '#E14DAA'

red 225 ◦ green 77 ◦ blue 170

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

Shades of Brilliant Rose #E14DAA

Tints of Brilliant Rose #E14DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 47.67%
G = 16.31%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E14DAA (or 0xE14DAA) is known color: Brilliant Rose. HEX triplet: E1, 4D and AA. RGB value is (225,77,170). Sum of RGB (Red+Green+Blue) = 225+77+170=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DAA is #1EB255. Grayscale: #838383. Windows color (decimal): -2011734 or 11161057. OLE color: 11161057.

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

Color convert

RGB 225 77 170 -
CMYK 0 0.66 0.24 0.12
HSL 322.3º 0.71% 0.59% -
HSV(B) 322.3º 0.66% 0.88% -
XYZ 40.96 24.22 40.55 -
YUV 131.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 225 77 170 0 0.66 0.24 0.12 322.3 0.71 0.59
Hex E1 4D AA 0 42 18 C 142 47 3B
Octal 341 115 252 0 102 30 14 502 107 73
Binary 11100001 1001101 10101010 0 1000010 11000 1100 101000010 1000111 111011

Color Harmonies of #E14DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DAA

Black with #E14DAA

Text Example


Text Example

White with #E14DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DAA; }

 p { color: rgb(225,77,170); }

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

background-color css

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

 a { background-color: rgb(225,77,170); }

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

border-color css

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

 span { border-color: rgb(225,77,170); }

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