Html Css Color HEX #EBBEC0 Azalea

📋 copy color: '#EBBEC0'

red 235 ◦ green 190 ◦ blue 192

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

Shades of Azalea #EBBEC0

Tints of Azalea #EBBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 38.09%
G = 30.79%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBEC0 (or 0xEBBEC0) is known color: Azalea. HEX triplet: EB, BE and C0. RGB value is (235,190,192). Sum of RGB (Red+Green+Blue) = 235+190+192=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEC0 is #14413F. Grayscale: #CBCBCB. Windows color (decimal): -1327424 or 12631787. OLE color: 12631787.

HSL color Cylindrical-coordinate representation of color #EBBEC0: hue angle of 357.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBEC0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 190 192 -
CMYK 0 0.19 0.18 0.08
HSL 357.33º 0.53% 0.83% -
HSV(B) 357.33º 0.19% 0.92% -
XYZ 62.19 58.29 57.84 -
YUV 203.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 235 190 192 0 0.19 0.18 0.08 357.33 0.53 0.83
Hex EB BE C0 0 13 12 8 165 35 53
Octal 353 276 300 0 23 22 10 545 65 123
Binary 11101011 10111110 11000000 0 10011 10010 1000 101100101 110101 1010011

Color Harmonies of #EBBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBEC0

Black with #EBBEC0

Text Example


Text Example

White with #EBBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBEC0; }

 p { color: rgb(235,190,192); }

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

background-color css

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

 a { background-color: rgb(235,190,192); }

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

border-color css

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

 span { border-color: rgb(235,190,192); }

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