#EA4CA0

Color #EA4CA0 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #EA4CA0

Tints of Brilliant Rose #EA4CA0

Color information

#EA4CA0 (or 0xEA4CA0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4C and A0. RGB value is (234,76,160). Sum of RGB (Red+Green+Blue) = 234+76+160=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4CA0 is #15B35F. Grayscale: #848484. Windows color (decimal): -1422176 or 10505450. OLE color: 10505450.

HSL color Cylindrical-coordinate representation of color #EA4CA0: hue angle of 328.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4CA0 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB23476160-
CMYK00.680.320.08
HSL328.1º79%60.78%-
HSV(B)328.1º67.52%91.76%-
XYZ42.8625.235.86-
YUV132.82143.35200.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 76 (30.08% from 255) = 16.17%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=49.79%
G=16.17%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347616000.680.320.08328.17960.78
HexEA4CA00442081484f3d
Octal3521142400104401051011775
Binary111010101001100101000000100010010000010001010010001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4CA0; }

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

 H1.HeaderClassName
 {
   color: #EA4CA0;
 }
 .AnyTagClassName
 {
   color: #EA4CA0;
 }
</style>
background-color css

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

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

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

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

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

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