Html Css Color HEX #EBC5C9 Azalea

📋 copy color: '#EBC5C9'

red 235 ◦ green 197 ◦ blue 201

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

Shades of Azalea #EBC5C9

Tints of Azalea #EBC5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.75%

R = 37.12%
G = 31.12%
B = 31.75%

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

#EBC5C9 (or 0xEBC5C9) is known color: Azalea. HEX triplet: EB, C5 and C9. RGB value is (235,197,201). Sum of RGB (Red+Green+Blue) = 235+197+201=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C9 is #143A36. Grayscale: #D0D0D0. Windows color (decimal): -1325623 or 13223403. OLE color: 13223403.

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

Color convert

RGB 235 197 201 -
CMYK 0 0.16 0.14 0.08
HSL 353.68º 0.49% 0.85% -
HSV(B) 353.68º 0.16% 0.92% -
XYZ 64.77 61.81 63.78 -
YUV 208.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 235 197 201 0 0.16 0.14 0.08 353.68 0.49 0.85
Hex EB C5 C9 0 10 E 8 162 31 55
Octal 353 305 311 0 20 16 10 542 61 125
Binary 11101011 11000101 11001001 0 10000 1110 1000 101100010 110001 1010101

Color Harmonies of #EBC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5C9

Black with #EBC5C9

Text Example


Text Example

White with #EBC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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