Html Css Color HEX #EBC9E0 Classic Rose

📋 copy color: '#EBC9E0'

red 235 ◦ green 201 ◦ blue 224

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

Shades of Classic Rose #EBC9E0

Tints of Classic Rose #EBC9E0

RGB

 RED value IS 235 (92.19% from 255) = 35.61%

 GREEN value IS 201 (78.91% from 255) = 30.45%

 BLUE value IS 224 (87.89% from 255) = 33.94%

R = 35.61%
G = 30.45%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBC9E0 (or 0xEBC9E0) is known color: Classic Rose. HEX triplet: EB, C9 and E0. RGB value is (235,201,224). Sum of RGB (Red+Green+Blue) = 235+201+224=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9E0 is #14361F. Grayscale: #D5D5D5. Windows color (decimal): -1324576 or 14731755. OLE color: 14731755.

HSL color Cylindrical-coordinate representation of color #EBC9E0: hue angle of 319.41º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9E0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 224 -
CMYK 0 0.14 0.05 0.08
HSL 319.41º 0.46% 0.85% -
HSV(B) 319.41º 0.14% 0.92% -
XYZ 68.6 64.82 79.42 -
YUV 213.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 235 201 224 0 0.14 0.05 0.08 319.41 0.46 0.85
Hex EB C9 E0 0 E 5 8 13F 2E 55
Octal 353 311 340 0 16 5 10 477 56 125
Binary 11101011 11001001 11100000 0 1110 101 1000 100111111 101110 1010101

Color Harmonies of #EBC9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9E0

Black with #EBC9E0

Text Example


Text Example

White with #EBC9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9E0; }

 p { color: rgb(235,201,224); }

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

background-color css

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

 a { background-color: rgb(235,201,224); }

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

border-color css

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

 span { border-color: rgb(235,201,224); }

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