Html Css Color HEX #EBC0D5 Classic Rose

📋 copy color: '#EBC0D5'

red 235 ◦ green 192 ◦ blue 213

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

Shades of Classic Rose #EBC0D5

Tints of Classic Rose #EBC0D5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30%

 BLUE value IS 213 (83.59% from 255) = 33.28%

R = 36.72%
G = 30%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBC0D5 (or 0xEBC0D5) is known color: Classic Rose. HEX triplet: EB, C0 and D5. RGB value is (235,192,213). Sum of RGB (Red+Green+Blue) = 235+192+213=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0D5 is #143F2A. Grayscale: #CFCFCF. Windows color (decimal): -1326891 or 14008555. OLE color: 14008555.

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

Color convert

RGB 235 192 213 -
CMYK 0 0.18 0.09 0.08
HSL 330.7º 0.52% 0.84% -
HSV(B) 330.7º 0.18% 0.92% -
XYZ 65.12 60.17 71.13 -
YUV 207.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 235 192 213 0 0.18 0.09 0.08 330.7 0.52 0.84
Hex EB C0 D5 0 12 9 8 14B 34 54
Octal 353 300 325 0 22 11 10 513 64 124
Binary 11101011 11000000 11010101 0 10010 1001 1000 101001011 110100 1010100

Color Harmonies of #EBC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0D5

Black with #EBC0D5

Text Example


Text Example

White with #EBC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0D5; }

 p { color: rgb(235,192,213); }

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

background-color css

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

 a { background-color: rgb(235,192,213); }

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

border-color css

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

 span { border-color: rgb(235,192,213); }

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