#EA5DA0

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

Shades of Brilliant Rose #EA5DA0

Tints of Brilliant Rose #EA5DA0

Color information

#EA5DA0 (or 0xEA5DA0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5D and A0. RGB value is (234,93,160). Sum of RGB (Red+Green+Blue) = 234+93+160=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5DA0 is #15A25F. Grayscale: #8E8E8E. Windows color (decimal): -1417824 or 10509802. OLE color: 10509802.

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

Color convert

RGB23493160-
CMYK00.600.320.08
HSL331.49º77.05%64.12%-
HSV(B)331.49º60.26%91.76%-
XYZ44.1927.8636.31-
YUV142.8137.71193.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=48.05%
G=19.10%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349316000.600.320.08331.4977.0564.12
HexEA5DA003C20814b4d40
Octal3521352400744010513115100
Binary111010101011101101000000111100100000100010100101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DA0; }

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

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

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

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

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

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

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

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