Html Css Color HEX #EABFDA Classic Rose

📋 copy color: '#EABFDA'

red 234 ◦ green 191 ◦ blue 218

#EABFDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EABFDA

Tints of Classic Rose #EABFDA

RGB

 RED value IS 234 (91.8% from 255) = 36.39%

 GREEN value IS 191 (75% from 255) = 29.7%

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 36.39%
G = 29.7%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EABFDA (or 0xEABFDA) is known color: 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

RGB 234 191 218 -
CMYK 0 0.18 0.07 0.08
HSL 322.33º 0.51% 0.83% -
HSV(B) 322.33º 0.18% 0.92% -
XYZ 65.22 59.82 74.44 -
YUV 206.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 234 191 218 0 0.18 0.07 0.08 322.33 0.51 0.83
Hex EA BF DA 0 12 7 8 142 33 53
Octal 352 277 332 0 22 7 10 502 63 123
Binary 11101010 10111111 11011010 0 10010 111 1000 101000010 110011 1010011

Color Harmonies of #EABFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFDA

Black with #EABFDA

Text Example


Text Example

White with #EABFDA

Text Example


Text Example

HTML Codes & Css Web 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>