Html Css Color HEX #EA56A0 Brilliant Rose

📋 copy color: '#EA56A0'

red 234 ◦ green 86 ◦ blue 160

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

Shades of Brilliant Rose #EA56A0

Tints of Brilliant Rose #EA56A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.33%

R = 48.75%
G = 17.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA56A0 (or 0xEA56A0) is known color: Brilliant Rose. HEX triplet: EA, 56 and A0. RGB value is (234,86,160). Sum of RGB (Red+Green+Blue) = 234+86+160=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA56A0 is #15A95F. Grayscale: #8A8A8A. Windows color (decimal): -1419616 or 10508010. OLE color: 10508010.

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

Color convert

RGB 234 86 160 -
CMYK 0 0.63 0.32 0.08
HSL 330º 0.78% 0.63% -
HSV(B) 330º 0.63% 0.92% -
XYZ 43.6 26.69 36.11 -
YUV 138.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 234 86 160 0 0.63 0.32 0.08 330 0.78 0.63
Hex EA 56 A0 0 3F 20 8 14A 4E 3F
Octal 352 126 240 0 77 40 10 512 116 77
Binary 11101010 1010110 10100000 0 111111 100000 1000 101001010 1001110 111111

Color Harmonies of #EA56A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA56A0

Black with #EA56A0

Text Example


Text Example

White with #EA56A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA56A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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