Html Css Color HEX #E9BFD7 Classic Rose

📋 copy color: '#E9BFD7'

red 233 ◦ green 191 ◦ blue 215

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

Shades of Classic Rose #E9BFD7

Tints of Classic Rose #E9BFD7

RGB

 RED value IS 233 (91.41% from 255) = 36.46%

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

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

R = 36.46%
G = 29.89%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E9BFD7 (or 0xE9BFD7) is known color: Classic Rose. HEX triplet: E9, BF and D7. RGB value is (233,191,215). Sum of RGB (Red+Green+Blue) = 233+191+215=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFD7 is #164028. Grayscale: #CECECE. Windows color (decimal): -1458217 or 14139369. OLE color: 14139369.

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

Color convert

RGB 233 191 215 -
CMYK 0 0.18 0.08 0.09
HSL 325.71º 0.49% 0.83% -
HSV(B) 325.71º 0.18% 0.91% -
XYZ 64.5 59.49 72.37 -
YUV 206.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 233 191 215 0 0.18 0.08 0.09 325.71 0.49 0.83
Hex E9 BF D7 0 12 8 9 146 31 53
Octal 351 277 327 0 22 10 11 506 61 123
Binary 11101001 10111111 11010111 0 10010 1000 1001 101000110 110001 1010011

Color Harmonies of #E9BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BFD7

Black with #E9BFD7

Text Example


Text Example

White with #E9BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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