Html Css Color HEX #EBC0C2 Azalea

📋 copy color: '#EBC0C2'

red 235 ◦ green 192 ◦ blue 194

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

Shades of Azalea #EBC0C2

Tints of Azalea #EBC0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 37.84%
G = 30.92%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBC0C2 (or 0xEBC0C2) is known color: Azalea. HEX triplet: EB, C0 and C2. RGB value is (235,192,194). Sum of RGB (Red+Green+Blue) = 235+192+194=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0C2 is #143F3D. Grayscale: #CDCDCD. Windows color (decimal): -1326910 or 12763371. OLE color: 12763371.

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

Color convert

RGB 235 192 194 -
CMYK 0 0.18 0.17 0.08
HSL 357.21º 0.52% 0.84% -
HSV(B) 357.21º 0.18% 0.92% -
XYZ 62.85 59.26 59.16 -
YUV 205.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 235 192 194 0 0.18 0.17 0.08 357.21 0.52 0.84
Hex EB C0 C2 0 12 11 8 165 34 54
Octal 353 300 302 0 22 21 10 545 64 124
Binary 11101011 11000000 11000010 0 10010 10001 1000 101100101 110100 1010100

Color Harmonies of #EBC0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0C2

Black with #EBC0C2

Text Example


Text Example

White with #EBC0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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