Html Css Color HEX #EA42AA Brilliant Rose

📋 copy color: '#EA42AA'

red 234 ◦ green 66 ◦ blue 170

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

Shades of Brilliant Rose #EA42AA

Tints of Brilliant Rose #EA42AA

RGB

 RED value IS 234 (91.8% from 255) = 49.79%

 GREEN value IS 66 (26.17% from 255) = 14.04%

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

R = 49.79%
G = 14.04%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA42AA (or 0xEA42AA) is known color: Brilliant Rose. HEX triplet: EA, 42 and AA. RGB value is (234,66,170). Sum of RGB (Red+Green+Blue) = 234+66+170=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA42AA is #15BD55. Grayscale: #7F7F7F. Windows color (decimal): -1424726 or 11158250. OLE color: 11158250.

HSL color Cylindrical-coordinate representation of color #EA42AA: hue angle of 322.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42AA is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 170 -
CMYK 0 0.72 0.27 0.08
HSL 322.86º 0.8% 0.59% -
HSV(B) 322.86º 0.72% 0.92% -
XYZ 43.14 24.29 40.45 -
YUV 128.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 234 66 170 0 0.72 0.27 0.08 322.86 0.8 0.59
Hex EA 42 AA 0 48 1B 8 143 50 3B
Octal 352 102 252 0 110 33 10 503 120 73
Binary 11101010 1000010 10101010 0 1001000 11011 1000 101000011 1010000 111011

Color Harmonies of #EA42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA42AA

Black with #EA42AA

Text Example


Text Example

White with #EA42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA42AA; }

 p { color: rgb(234,66,170); }

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

background-color css

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

 a { background-color: rgb(234,66,170); }

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

border-color css

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

 span { border-color: rgb(234,66,170); }

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