Html Css Color HEX #EBBBC0 Azalea

📋 copy color: '#EBBBC0'

red 235 ◦ green 187 ◦ blue 192

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

Shades of Azalea #EBBBC0

Tints of Azalea #EBBBC0

RGB

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

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

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

R = 38.27%
G = 30.46%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBBC0 (or 0xEBBBC0) is known color: Azalea. HEX triplet: EB, BB and C0. RGB value is (235,187,192). Sum of RGB (Red+Green+Blue) = 235+187+192=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC0 is #14443F. Grayscale: #C9C9C9. Windows color (decimal): -1328192 or 12631019. OLE color: 12631019.

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

Color convert

RGB 235 187 192 -
CMYK 0 0.20 0.18 0.08
HSL 353.75º 0.55% 0.83% -
HSV(B) 353.75º 0.2% 0.92% -
XYZ 61.55 57.01 57.63 -
YUV 201.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 235 187 192 0 0.20 0.18 0.08 353.75 0.55 0.83
Hex EB BB C0 0 14 12 8 162 37 53
Octal 353 273 300 0 24 22 10 542 67 123
Binary 11101011 10111011 11000000 0 10100 10010 1000 101100010 110111 1010011

Color Harmonies of #EBBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBC0

Black with #EBBBC0

Text Example


Text Example

White with #EBBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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