Html Css Color HEX #EABFD7 Classic Rose

📋 copy color: '#EABFD7'

red 234 ◦ green 191 ◦ blue 215

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

Shades of Classic Rose #EABFD7

Tints of Classic Rose #EABFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.59%

R = 36.56%
G = 29.84%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EABFD7 (or 0xEABFD7) is known color: Classic Rose. HEX triplet: EA, BF and D7. RGB value is (234,191,215). Sum of RGB (Red+Green+Blue) = 234+191+215=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABFD7 is #154028. Grayscale: #CECECE. Windows color (decimal): -1392681 or 14139370. OLE color: 14139370.

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

Color convert

RGB 234 191 215 -
CMYK 0 0.18 0.08 0.08
HSL 326.51º 0.51% 0.83% -
HSV(B) 326.51º 0.18% 0.92% -
XYZ 64.83 59.66 72.39 -
YUV 206.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 234 191 215 0 0.18 0.08 0.08 326.51 0.51 0.83
Hex EA BF D7 0 12 8 8 147 33 53
Octal 352 277 327 0 22 10 10 507 63 123
Binary 11101010 10111111 11010111 0 10010 1000 1000 101000111 110011 1010011

Color Harmonies of #EABFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABFD7

Black with #EABFD7

Text Example


Text Example

White with #EABFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABFD7; }

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

 H1.HeaderClassName
 {
   color: #EABFD7;
 }
 .AnyTagClassName
 {
   color: #EABFD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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