Html Css Color HEX #EBBBBD Azalea

📋 copy color: '#EBBBBD'

red 235 ◦ green 187 ◦ blue 189

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

Shades of Azalea #EBBBBD

Tints of Azalea #EBBBBD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.61%

 BLUE value IS 189 (74.22% from 255) = 30.93%

R = 38.46%
G = 30.61%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBBBBD (or 0xEBBBBD) is known color: Azalea. HEX triplet: EB, BB and BD. RGB value is (235,187,189). Sum of RGB (Red+Green+Blue) = 235+187+189=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBBD is #144442. Grayscale: #C9C9C9. Windows color (decimal): -1328195 or 12434411. OLE color: 12434411.

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

Color convert

RGB 235 187 189 -
CMYK 0 0.20 0.20 0.08
HSL 357.5º 0.55% 0.83% -
HSV(B) 357.5º 0.2% 0.92% -
XYZ 61.22 56.88 55.9 -
YUV 201.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 235 187 189 0 0.20 0.20 0.08 357.5 0.55 0.83
Hex EB BB BD 0 14 14 8 166 37 53
Octal 353 273 275 0 24 24 10 546 67 123
Binary 11101011 10111011 10111101 0 10100 10100 1000 101100110 110111 1010011

Color Harmonies of #EBBBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBBD

Black with #EBBBBD

Text Example


Text Example

White with #EBBBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBBD; }

 p { color: rgb(235,187,189); }

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

background-color css

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

 a { background-color: rgb(235,187,189); }

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

border-color css

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

 span { border-color: rgb(235,187,189); }

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