Html Css Color HEX #EBC3C6 Azalea

📋 copy color: '#EBC3C6'

red 235 ◦ green 195 ◦ blue 198

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

Shades of Azalea #EBC3C6

Tints of Azalea #EBC3C6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.05%

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

R = 37.42%
G = 31.05%
B = 31.53%

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

#EBC3C6 (or 0xEBC3C6) is known color: Azalea. HEX triplet: EB, C3 and C6. RGB value is (235,195,198). Sum of RGB (Red+Green+Blue) = 235+195+198=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C6 is #143C39. Grayscale: #CFCFCF. Windows color (decimal): -1326138 or 13026283. OLE color: 13026283.

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

Color convert

RGB 235 195 198 -
CMYK 0 0.17 0.16 0.08
HSL 355.5º 0.5% 0.84% -
HSV(B) 355.5º 0.17% 0.92% -
XYZ 63.97 60.77 61.78 -
YUV 207.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 235 195 198 0 0.17 0.16 0.08 355.5 0.5 0.84
Hex EB C3 C6 0 11 10 8 164 32 54
Octal 353 303 306 0 21 20 10 544 62 124
Binary 11101011 11000011 11000110 0 10001 10000 1000 101100100 110010 1010100

Color Harmonies of #EBC3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3C6

Black with #EBC3C6

Text Example


Text Example

White with #EBC3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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