Html Css Color HEX #EBC3C5 Azalea

📋 copy color: '#EBC3C5'

red 235 ◦ green 195 ◦ blue 197

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

Shades of Azalea #EBC3C5

Tints of Azalea #EBC3C5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.1%

 BLUE value IS 197 (77.34% from 255) = 31.42%

R = 37.48%
G = 31.1%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBC3C5 (or 0xEBC3C5) is known color: Azalea. HEX triplet: EB, C3 and C5. RGB value is (235,195,197). Sum of RGB (Red+Green+Blue) = 235+195+197=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C5 is #143C3A. Grayscale: #CFCFCF. Windows color (decimal): -1326139 or 12960747. OLE color: 12960747.

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

Color convert

RGB 235 195 197 -
CMYK 0 0.17 0.16 0.08
HSL 357º 0.5% 0.84% -
HSV(B) 357º 0.17% 0.92% -
XYZ 63.85 60.72 61.18 -
YUV 207.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 235 195 197 0 0.17 0.16 0.08 357 0.5 0.84
Hex EB C3 C5 0 11 10 8 165 32 54
Octal 353 303 305 0 21 20 10 545 62 124
Binary 11101011 11000011 11000101 0 10001 10000 1000 101100101 110010 1010100

Color Harmonies of #EBC3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3C5

Black with #EBC3C5

Text Example


Text Example

White with #EBC3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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