Html Css Color HEX #EBC4D4 Classic Rose

📋 copy color: '#EBC4D4'

red 235 ◦ green 196 ◦ blue 212

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

Shades of Classic Rose #EBC4D4

Tints of Classic Rose #EBC4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.97%

R = 36.55%
G = 30.48%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBC4D4 (or 0xEBC4D4) is known color: Classic Rose. HEX triplet: EB, C4 and D4. RGB value is (235,196,212). Sum of RGB (Red+Green+Blue) = 235+196+212=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D4 is #143B2B. Grayscale: #D1D1D1. Windows color (decimal): -1325868 or 13944043. OLE color: 13944043.

HSL color Cylindrical-coordinate representation of color #EBC4D4: hue angle of 335.38º 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 #EBC4D4 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 212 -
CMYK 0 0.17 0.10 0.08
HSL 335.38º 0.49% 0.85% -
HSV(B) 335.38º 0.17% 0.92% -
XYZ 65.88 61.9 70.76 -
YUV 209.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 235 196 212 0 0.17 0.10 0.08 335.38 0.49 0.85
Hex EB C4 D4 0 11 A 8 14F 31 55
Octal 353 304 324 0 21 12 10 517 61 125
Binary 11101011 11000100 11010100 0 10001 1010 1000 101001111 110001 1010101

Color Harmonies of #EBC4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4D4

Black with #EBC4D4

Text Example


Text Example

White with #EBC4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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