Html Css Color HEX #EBC2C3 Azalea

📋 copy color: '#EBC2C3'

red 235 ◦ green 194 ◦ blue 195

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

Shades of Azalea #EBC2C3

Tints of Azalea #EBC2C3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.09%

 BLUE value IS 195 (76.56% from 255) = 31.25%

R = 37.66%
G = 31.09%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBC2C3 (or 0xEBC2C3) is known color: Azalea. HEX triplet: EB, C2 and C3. RGB value is (235,194,195). Sum of RGB (Red+Green+Blue) = 235+194+195=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C3 is #143D3C. Grayscale: #CECECE. Windows color (decimal): -1326397 or 12829419. OLE color: 12829419.

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

Color convert

RGB 235 194 195 -
CMYK 0 0.17 0.17 0.08
HSL 358.54º 0.51% 0.84% -
HSV(B) 358.54º 0.17% 0.92% -
XYZ 63.4 60.19 59.91 -
YUV 206.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 235 194 195 0 0.17 0.17 0.08 358.54 0.51 0.84
Hex EB C2 C3 0 11 11 8 167 33 54
Octal 353 302 303 0 21 21 10 547 63 124
Binary 11101011 11000010 11000011 0 10001 10001 1000 101100111 110011 1010100

Color Harmonies of #EBC2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2C3

Black with #EBC2C3

Text Example


Text Example

White with #EBC2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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