Html Css Color HEX #EBC6CB Azalea

📋 copy color: '#EBC6CB'

red 235 ◦ green 198 ◦ blue 203

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

Shades of Azalea #EBC6CB

Tints of Azalea #EBC6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.92%

R = 36.95%
G = 31.13%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBC6CB (or 0xEBC6CB) is known color: Azalea. HEX triplet: EB, C6 and CB. RGB value is (235,198,203). Sum of RGB (Red+Green+Blue) = 235+198+203=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6CB is #143934. Grayscale: #D1D1D1. Windows color (decimal): -1325365 or 13354731. OLE color: 13354731.

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

Color convert

RGB 235 198 203 -
CMYK 0 0.16 0.14 0.08
HSL 351.89º 0.48% 0.85% -
HSV(B) 351.89º 0.16% 0.92% -
XYZ 65.23 62.36 65.1 -
YUV 209.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 235 198 203 0 0.16 0.14 0.08 351.89 0.48 0.85
Hex EB C6 CB 0 10 E 8 160 30 55
Octal 353 306 313 0 20 16 10 540 60 125
Binary 11101011 11000110 11001011 0 10000 1110 1000 101100000 110000 1010101

Color Harmonies of #EBC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6CB

Black with #EBC6CB

Text Example


Text Example

White with #EBC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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