Html Css Color HEX #EA56A4 Brilliant Rose

📋 copy color: '#EA56A4'

red 234 ◦ green 86 ◦ blue 164

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

Shades of Brilliant Rose #EA56A4

Tints of Brilliant Rose #EA56A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.88%

R = 48.35%
G = 17.77%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA56A4 (or 0xEA56A4) is known color: Brilliant Rose. HEX triplet: EA, 56 and A4. RGB value is (234,86,164). Sum of RGB (Red+Green+Blue) = 234+86+164=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA56A4 is #15A95B. Grayscale: #8A8A8A. Windows color (decimal): -1419612 or 10770154. OLE color: 10770154.

HSL color Cylindrical-coordinate representation of color #EA56A4: hue angle of 328.38º 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 #EA56A4 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 164 -
CMYK 0 0.63 0.30 0.08
HSL 328.38º 0.78% 0.63% -
HSV(B) 328.38º 0.63% 0.92% -
XYZ 43.96 26.83 37.98 -
YUV 139.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 234 86 164 0 0.63 0.30 0.08 328.38 0.78 0.63
Hex EA 56 A4 0 3F 1E 8 148 4E 3F
Octal 352 126 244 0 77 36 10 510 116 77
Binary 11101010 1010110 10100100 0 111111 11110 1000 101001000 1001110 111111

Color Harmonies of #EA56A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA56A4

Black with #EA56A4

Text Example


Text Example

White with #EA56A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA56A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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