Html Css Color HEX #EBC2C7 Azalea

📋 copy color: '#EBC2C7'

red 235 ◦ green 194 ◦ blue 199

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

Shades of Azalea #EBC2C7

Tints of Azalea #EBC2C7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.89%

 BLUE value IS 199 (78.13% from 255) = 31.69%

R = 37.42%
G = 30.89%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBC2C7 (or 0xEBC2C7) is known color: Azalea. HEX triplet: EB, C2 and C7. RGB value is (235,194,199). Sum of RGB (Red+Green+Blue) = 235+194+199=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2C7 is #143D38. Grayscale: #CECECE. Windows color (decimal): -1326393 or 13091563. OLE color: 13091563.

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

Color convert

RGB 235 194 199 -
CMYK 0 0.17 0.15 0.08
HSL 352.68º 0.51% 0.84% -
HSV(B) 352.68º 0.17% 0.92% -
XYZ 63.86 60.37 62.32 -
YUV 206.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 235 194 199 0 0.17 0.15 0.08 352.68 0.51 0.84
Hex EB C2 C7 0 11 F 8 161 33 54
Octal 353 302 307 0 21 17 10 541 63 124
Binary 11101011 11000010 11000111 0 10001 1111 1000 101100001 110011 1010100

Color Harmonies of #EBC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2C7

Black with #EBC2C7

Text Example


Text Example

White with #EBC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2C7; }

 p { color: rgb(235,194,199); }

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

background-color css

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

 a { background-color: rgb(235,194,199); }

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

border-color css

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

 span { border-color: rgb(235,194,199); }

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