#EABED2

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

Shades of Classic Rose #EABED2

Tints of Classic Rose #EABED2

Color information

#EABED2 (or 0xEABED2) is unknown color: approx Classic Rose. HEX triplet: EA, BE and D2. RGB value is (234,190,210). Sum of RGB (Red+Green+Blue) = 234+190+210=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED2 is #15412D. Grayscale: #CDCDCD. Windows color (decimal): -1392942 or 13811434. OLE color: 13811434.

HSL color Cylindrical-coordinate representation of color #EABED2: hue angle of 332.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABED2 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234190210-
CMYK00.190.100.08
HSL332.73º51.16%83.14%-
HSV(B)332.73º18.8%91.76%-
XYZ63.9858.9768.98-
YUV205.44130.58148.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=36.91%
G=29.97%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419021000.190.100.08332.7351.1683.14
HexEABED2013A814d3353
Octal352276322023121051563123
Binary111010101011111011010010010011101010001010011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABED2; }

 p { color: rgb(234,190,210); }

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

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

 a { background-color: rgb(234,190,210); }

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

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

 span { border-color: rgb(234,190,210); }

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