Html Css Color HEX #E9CFE1 Classic Rose

📋 copy color: '#E9CFE1'

red 233 ◦ green 207 ◦ blue 225

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

Shades of Classic Rose #E9CFE1

Tints of Classic Rose #E9CFE1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.13%

 BLUE value IS 225 (88.28% from 255) = 33.83%

R = 35.04%
G = 31.13%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E9CFE1 (or 0xE9CFE1) is known color: Classic Rose. HEX triplet: E9, CF and E1. RGB value is (233,207,225). Sum of RGB (Red+Green+Blue) = 233+207+225=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFE1 is #16301E. Grayscale: #D8D8D8. Windows color (decimal): -1454111 or 14798825. OLE color: 14798825.

HSL color Cylindrical-coordinate representation of color #E9CFE1: hue angle of 318.46º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFE1 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 207 225 -
CMYK 0 0.11 0.03 0.09
HSL 318.46º 0.37% 0.86% -
HSV(B) 318.46º 0.11% 0.91% -
XYZ 69.51 67.39 80.58 -
YUV 216.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 233 207 225 0 0.11 0.03 0.09 318.46 0.37 0.86
Hex E9 CF E1 0 B 3 9 13E 25 56
Octal 351 317 341 0 13 3 11 476 45 126
Binary 11101001 11001111 11100001 0 1011 11 1001 100111110 100101 1010110

Color Harmonies of #E9CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CFE1

Black with #E9CFE1

Text Example


Text Example

White with #E9CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CFE1; }

 p { color: rgb(233,207,225); }

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

background-color css

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

 a { background-color: rgb(233,207,225); }

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

border-color css

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

 span { border-color: rgb(233,207,225); }

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