Html Css Color HEX #EBBEC2 Azalea

📋 copy color: '#EBBEC2'

red 235 ◦ green 190 ◦ blue 194

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

Shades of Azalea #EBBEC2

Tints of Azalea #EBBEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 37.96%
G = 30.69%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBBEC2 (or 0xEBBEC2) is known color: Azalea. HEX triplet: EB, BE and C2. RGB value is (235,190,194). Sum of RGB (Red+Green+Blue) = 235+190+194=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEC2 is #14413D. Grayscale: #CBCBCB. Windows color (decimal): -1327422 or 12762859. OLE color: 12762859.

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

Color convert

RGB 235 190 194 -
CMYK 0 0.19 0.17 0.08
HSL 354.67º 0.53% 0.83% -
HSV(B) 354.67º 0.19% 0.92% -
XYZ 62.41 58.38 59.02 -
YUV 203.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 235 190 194 0 0.19 0.17 0.08 354.67 0.53 0.83
Hex EB BE C2 0 13 11 8 163 35 53
Octal 353 276 302 0 23 21 10 543 65 123
Binary 11101011 10111110 11000010 0 10011 10001 1000 101100011 110101 1010011

Color Harmonies of #EBBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBEC2

Black with #EBBEC2

Text Example


Text Example

White with #EBBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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