Html Css Color HEX #E9BFDA Classic Rose

📋 copy color: '#E9BFDA'

red 233 ◦ green 191 ◦ blue 218

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

Shades of Classic Rose #E9BFDA

Tints of Classic Rose #E9BFDA

RGB

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

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

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

R = 36.29%
G = 29.75%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9BFDA (or 0xE9BFDA) is known color: Classic Rose. HEX triplet: E9, BF and DA. RGB value is (233,191,218). Sum of RGB (Red+Green+Blue) = 233+191+218=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFDA is #164025. Grayscale: #CECECE. Windows color (decimal): -1458214 or 14335977. OLE color: 14335977.

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

Color convert

RGB 233 191 218 -
CMYK 0 0.18 0.06 0.09
HSL 321.43º 0.49% 0.83% -
HSV(B) 321.43º 0.18% 0.91% -
XYZ 64.89 59.65 74.42 -
YUV 206.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 233 191 218 0 0.18 0.06 0.09 321.43 0.49 0.83
Hex E9 BF DA 0 12 6 9 141 31 53
Octal 351 277 332 0 22 6 11 501 61 123
Binary 11101001 10111111 11011010 0 10010 110 1001 101000001 110001 1010011

Color Harmonies of #E9BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BFDA

Black with #E9BFDA

Text Example


Text Example

White with #E9BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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