#EABFDA

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

Shades of Classic Rose #EABFDA

Tints of Classic Rose #EABFDA

Color information

#EABFDA (or 0xEABFDA) is unknown color: approx Classic Rose. HEX triplet: EA, BF and DA. RGB value is (234,191,218). Sum of RGB (Red+Green+Blue) = 234+191+218=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFDA is #154025. Grayscale: #CECECE. Windows color (decimal): -1392678 or 14335978. OLE color: 14335978.

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

Color convert

RGB234191218-
CMYK00.180.070.08
HSL322.33º50.59%83.33%-
HSV(B)322.33º18.38%91.76%-
XYZ65.2259.8274.44-
YUV206.93134.25147.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=36.39%
G=29.70%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419121800.180.070.08322.3350.5983.33
HexEABFDA012781423353
Octal35227733202271050263123
Binary11101010101111111101101001001011110001010000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFDA; }

 p { color: rgb(234,191,218); }

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

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

 a { background-color: rgb(234,191,218); }

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

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

 span { border-color: rgb(234,191,218); }

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