Html Css Color HEX #EBC4D5 Classic Rose

📋 copy color: '#EBC4D5'

red 235 ◦ green 196 ◦ blue 213

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

Shades of Classic Rose #EBC4D5

Tints of Classic Rose #EBC4D5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.43%

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

R = 36.49%
G = 30.43%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBC4D5 (or 0xEBC4D5) is known color: Classic Rose. HEX triplet: EB, C4 and D5. RGB value is (235,196,213). Sum of RGB (Red+Green+Blue) = 235+196+213=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D5 is #143B2A. Grayscale: #D1D1D1. Windows color (decimal): -1325867 or 14009579. OLE color: 14009579.

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

Color convert

RGB 235 196 213 -
CMYK 0 0.17 0.09 0.08
HSL 333.85º 0.49% 0.85% -
HSV(B) 333.85º 0.17% 0.92% -
XYZ 66.01 61.95 71.43 -
YUV 209.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 235 196 213 0 0.17 0.09 0.08 333.85 0.49 0.85
Hex EB C4 D5 0 11 9 8 14E 31 55
Octal 353 304 325 0 21 11 10 516 61 125
Binary 11101011 11000100 11010101 0 10001 1001 1000 101001110 110001 1010101

Color Harmonies of #EBC4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4D5

Black with #EBC4D5

Text Example


Text Example

White with #EBC4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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