Html Css Color HEX #EBC4C5 Azalea

📋 copy color: '#EBC4C5'

red 235 ◦ green 196 ◦ blue 197

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

Shades of Azalea #EBC4C5

Tints of Azalea #EBC4C5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.21%

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

R = 37.42%
G = 31.21%
B = 31.37%

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

#EBC4C5 (or 0xEBC4C5) is known color: Azalea. HEX triplet: EB, C4 and C5. RGB value is (235,196,197). Sum of RGB (Red+Green+Blue) = 235+196+197=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4C5 is #143B3A. Grayscale: #CFCFCF. Windows color (decimal): -1325883 or 12961003. OLE color: 12961003.

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

Color convert

RGB 235 196 197 -
CMYK 0 0.17 0.16 0.08
HSL 358.46º 0.49% 0.85% -
HSV(B) 358.46º 0.17% 0.92% -
XYZ 64.08 61.17 61.25 -
YUV 207.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 235 196 197 0 0.17 0.16 0.08 358.46 0.49 0.85
Hex EB C4 C5 0 11 10 8 166 31 55
Octal 353 304 305 0 21 20 10 546 61 125
Binary 11101011 11000100 11000101 0 10001 10000 1000 101100110 110001 1010101

Color Harmonies of #EBC4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4C5

Black with #EBC4C5

Text Example


Text Example

White with #EBC4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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