Html Css Color HEX #EBC5C6 Azalea

📋 copy color: '#EBC5C6'

red 235 ◦ green 197 ◦ blue 198

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

Shades of Azalea #EBC5C6

Tints of Azalea #EBC5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.43%

R = 37.3%
G = 31.27%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBC5C6 (or 0xEBC5C6) is known color: Azalea. HEX triplet: EB, C5 and C6. RGB value is (235,197,198). Sum of RGB (Red+Green+Blue) = 235+197+198=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C6 is #143A39. Grayscale: #D0D0D0. Windows color (decimal): -1325626 or 13026795. OLE color: 13026795.

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

Color convert

RGB 235 197 198 -
CMYK 0 0.16 0.16 0.08
HSL 358.42º 0.49% 0.85% -
HSV(B) 358.42º 0.16% 0.92% -
XYZ 64.42 61.67 61.93 -
YUV 208.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 235 197 198 0 0.16 0.16 0.08 358.42 0.49 0.85
Hex EB C5 C6 0 10 10 8 166 31 55
Octal 353 305 306 0 20 20 10 546 61 125
Binary 11101011 11000101 11000110 0 10000 10000 1000 101100110 110001 1010101

Color Harmonies of #EBC5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5C6

Black with #EBC5C6

Text Example


Text Example

White with #EBC5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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