Html Css Color HEX #EBBCC0 Azalea

📋 copy color: '#EBBCC0'

red 235 ◦ green 188 ◦ blue 192

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

Shades of Azalea #EBBCC0

Tints of Azalea #EBBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.57%

 BLUE value IS 192 (75.39% from 255) = 31.22%

R = 38.21%
G = 30.57%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBCC0 (or 0xEBBCC0) is known color: Azalea. HEX triplet: EB, BC and C0. RGB value is (235,188,192). Sum of RGB (Red+Green+Blue) = 235+188+192=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCC0 is #14433F. Grayscale: #CACACA. Windows color (decimal): -1327936 or 12631275. OLE color: 12631275.

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

Color convert

RGB 235 188 192 -
CMYK 0 0.2 0.18 0.08
HSL 354.89º 0.54% 0.83% -
HSV(B) 354.89º 0.2% 0.92% -
XYZ 61.76 57.43 57.7 -
YUV 202.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 235 188 192 0 0.2 0.18 0.08 354.89 0.54 0.83
Hex EB BC C0 0 14 12 8 163 36 53
Octal 353 274 300 0 24 22 10 543 66 123
Binary 11101011 10111100 11000000 0 10100 10010 1000 101100011 110110 1010011

Color Harmonies of #EBBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCC0

Black with #EBBCC0

Text Example


Text Example

White with #EBBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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