Html Css Color HEX #EA56A2 Brilliant Rose

📋 copy color: '#EA56A2'

red 234 ◦ green 86 ◦ blue 162

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

Shades of Brilliant Rose #EA56A2

Tints of Brilliant Rose #EA56A2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

 BLUE value IS 162 (63.67% from 255) = 33.61%

R = 48.55%
G = 17.84%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EA56A2 (or 0xEA56A2) is known color: Brilliant Rose. HEX triplet: EA, 56 and A2. RGB value is (234,86,162). Sum of RGB (Red+Green+Blue) = 234+86+162=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA56A2 is #15A95D. Grayscale: #8A8A8A. Windows color (decimal): -1419614 or 10639082. OLE color: 10639082.

HSL color Cylindrical-coordinate representation of color #EA56A2: hue angle of 329.19º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA56A2 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 162 -
CMYK 0 0.63 0.31 0.08
HSL 329.19º 0.78% 0.63% -
HSV(B) 329.19º 0.63% 0.92% -
XYZ 43.78 26.76 37.04 -
YUV 138.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 234 86 162 0 0.63 0.31 0.08 329.19 0.78 0.63
Hex EA 56 A2 0 3F 1F 8 149 4E 3F
Octal 352 126 242 0 77 37 10 511 116 77
Binary 11101010 1010110 10100010 0 111111 11111 1000 101001001 1001110 111111

Color Harmonies of #EA56A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA56A2

Black with #EA56A2

Text Example


Text Example

White with #EA56A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA56A2; }

 p { color: rgb(234,86,162); }

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

background-color css

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

 a { background-color: rgb(234,86,162); }

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

border-color css

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

 span { border-color: rgb(234,86,162); }

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