Html Css Color HEX #EBC5CA Azalea

📋 copy color: '#EBC5CA'

red 235 ◦ green 197 ◦ blue 202

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

Shades of Azalea #EBC5CA

Tints of Azalea #EBC5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.07%

 BLUE value IS 202 (79.3% from 255) = 31.86%

R = 37.07%
G = 31.07%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBC5CA (or 0xEBC5CA) is known color: Azalea. HEX triplet: EB, C5 and CA. RGB value is (235,197,202). Sum of RGB (Red+Green+Blue) = 235+197+202=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5CA is #143A35. Grayscale: #D0D0D0. Windows color (decimal): -1325622 or 13288939. OLE color: 13288939.

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

Color convert

RGB 235 197 202 -
CMYK 0 0.16 0.14 0.08
HSL 352.11º 0.49% 0.85% -
HSV(B) 352.11º 0.16% 0.92% -
XYZ 64.89 61.86 64.4 -
YUV 208.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 235 197 202 0 0.16 0.14 0.08 352.11 0.49 0.85
Hex EB C5 CA 0 10 E 8 160 31 55
Octal 353 305 312 0 20 16 10 540 61 125
Binary 11101011 11000101 11001010 0 10000 1110 1000 101100000 110001 1010101

Color Harmonies of #EBC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5CA

Black with #EBC5CA

Text Example


Text Example

White with #EBC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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