Html Css Color HEX #E8BDC0 Azalea

📋 copy color: '#E8BDC0'

red 232 ◦ green 189 ◦ blue 192

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

Shades of Azalea #E8BDC0

Tints of Azalea #E8BDC0

RGB

 RED value IS 232 (91.02% from 255) = 37.85%

 GREEN value IS 189 (74.22% from 255) = 30.83%

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

R = 37.85%
G = 30.83%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E8BDC0 (or 0xE8BDC0) is known color: Azalea. HEX triplet: E8, BD and C0. RGB value is (232,189,192). Sum of RGB (Red+Green+Blue) = 232+189+192=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDC0 is #17423F. Grayscale: #CACACA. Windows color (decimal): -1524288 or 12631528. OLE color: 12631528.

HSL color Cylindrical-coordinate representation of color #E8BDC0: hue angle of 355.81º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8BDC0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 189 192 -
CMYK 0 0.19 0.17 0.09
HSL 355.81º 0.48% 0.83% -
HSV(B) 355.81º 0.19% 0.91% -
XYZ 60.99 57.36 57.73 -
YUV 202.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 232 189 192 0 0.19 0.17 0.09 355.81 0.48 0.83
Hex E8 BD C0 0 13 11 9 164 30 53
Octal 350 275 300 0 23 21 11 544 60 123
Binary 11101000 10111101 11000000 0 10011 10001 1001 101100100 110000 1010011

Color Harmonies of #E8BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDC0

Black with #E8BDC0

Text Example


Text Example

White with #E8BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDC0; }

 p { color: rgb(232,189,192); }

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

background-color css

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

 a { background-color: rgb(232,189,192); }

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

border-color css

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

 span { border-color: rgb(232,189,192); }

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