Html Css Color HEX #EBC6E0 Classic Rose

📋 copy color: '#EBC6E0'

red 235 ◦ green 198 ◦ blue 224

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

Shades of Classic Rose #EBC6E0

Tints of Classic Rose #EBC6E0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.14%

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

R = 35.77%
G = 30.14%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBC6E0 (or 0xEBC6E0) is known color: Classic Rose. HEX triplet: EB, C6 and E0. RGB value is (235,198,224). Sum of RGB (Red+Green+Blue) = 235+198+224=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6E0 is #14391F. Grayscale: #D3D3D3. Windows color (decimal): -1325344 or 14730987. OLE color: 14730987.

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

Color convert

RGB 235 198 224 -
CMYK 0 0.16 0.05 0.08
HSL 317.84º 0.48% 0.85% -
HSV(B) 317.84º 0.16% 0.92% -
XYZ 67.91 63.43 79.19 -
YUV 212.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 235 198 224 0 0.16 0.05 0.08 317.84 0.48 0.85
Hex EB C6 E0 0 10 5 8 13E 30 55
Octal 353 306 340 0 20 5 10 476 60 125
Binary 11101011 11000110 11100000 0 10000 101 1000 100111110 110000 1010101

Color Harmonies of #EBC6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6E0

Black with #EBC6E0

Text Example


Text Example

White with #EBC6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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