#EA5CA0

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

Shades of Brilliant Rose #EA5CA0

Tints of Brilliant Rose #EA5CA0

Color information

#EA5CA0 (or 0xEA5CA0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5C and A0. RGB value is (234,92,160). Sum of RGB (Red+Green+Blue) = 234+92+160=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5CA0 is #15A35F. Grayscale: #8E8E8E. Windows color (decimal): -1418080 or 10509546. OLE color: 10509546.

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

Color convert

RGB23492160-
CMYK00.610.320.08
HSL331.27º77.17%63.92%-
HSV(B)331.27º60.68%91.76%-
XYZ44.127.6836.28-
YUV142.21138.04193.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 160 (62.89% from 255) = 32.92%
R=48.15%
G=18.93%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349216000.610.320.08331.2777.1763.92
HexEA5CA003D20814b4d40
Octal3521342400754010513115100
Binary111010101011100101000000111101100000100010100101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5CA0; }

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

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

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

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

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

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

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

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