#EABED4

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

Shades of Classic Rose #EABED4

Tints of Classic Rose #EABED4

Color information

#EABED4 (or 0xEABED4) is unknown color: approx Classic Rose. HEX triplet: EA, BE and D4. RGB value is (234,190,212). Sum of RGB (Red+Green+Blue) = 234+190+212=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED4 is #15412B. Grayscale: #CDCDCD. Windows color (decimal): -1392940 or 13942506. OLE color: 13942506.

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

Color convert

RGB234190212-
CMYK00.190.090.08
HSL330º51.16%83.14%-
HSV(B)330º18.8%91.76%-
XYZ64.2359.0770.3-
YUV205.66131.58148.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 212 (83.20% from 255) = 33.33%
R=36.79%
G=29.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419021200.190.090.0833051.1683.14
HexEABED40139814a3353
Octal352276324023111051263123
Binary111010101011111011010100010011100110001010010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABED4; }

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

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

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

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

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

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

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

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