#EABED1

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

Shades of Classic Rose #EABED1

Tints of Classic Rose #EABED1

Color information

#EABED1 (or 0xEABED1) is unknown color: approx Classic Rose. HEX triplet: EA, BE and D1. RGB value is (234,190,209). Sum of RGB (Red+Green+Blue) = 234+190+209=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EABED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABED1 is #15412E. Grayscale: #CDCDCD. Windows color (decimal): -1392943 or 13745898. OLE color: 13745898.

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

Color convert

RGB234190209-
CMYK00.190.110.08
HSL334.09º51.16%83.14%-
HSV(B)334.09º18.8%91.76%-
XYZ63.8558.9268.33-
YUV205.32130.08148.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=36.97%
G=30.02%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419020900.190.110.08334.0951.1683.14
HexEABED1013B814e3353
Octal352276321023131051663123
Binary111010101011111011010001010011101110001010011101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABED1; }

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

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

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

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

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

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

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

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