Html Css Color HEX #EEBDBE Azalea

📋 copy color: '#EEBDBE'

red 238 ◦ green 189 ◦ blue 190

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

Shades of Azalea #EEBDBE

Tints of Azalea #EEBDBE

RGB

 RED value IS 238 (93.36% from 255) = 38.57%

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

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

R = 38.57%
G = 30.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEBDBE (or 0xEEBDBE) is known color: Azalea. HEX triplet: EE, BD and BE. RGB value is (238,189,190). Sum of RGB (Red+Green+Blue) = 238+189+190=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBE is #114241. Grayscale: #CBCBCB. Windows color (decimal): -1131074 or 12500462. OLE color: 12500462.

HSL color Cylindrical-coordinate representation of color #EEBDBE: hue angle of 358.78º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDBE is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 190 -
CMYK 0 0.21 0.20 0.07
HSL 358.78º 0.59% 0.84% -
HSV(B) 358.78º 0.21% 0.93% -
XYZ 62.75 58.29 56.66 -
YUV 203.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 238 189 190 0 0.21 0.20 0.07 358.78 0.59 0.84
Hex EE BD BE 0 15 14 7 167 3B 54
Octal 356 275 276 0 25 24 7 547 73 124
Binary 11101110 10111101 10111110 0 10101 10100 111 101100111 111011 1010100

Color Harmonies of #EEBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDBE

Black with #EEBDBE

Text Example


Text Example

White with #EEBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDBE; }

 p { color: rgb(238,189,190); }

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

background-color css

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

 a { background-color: rgb(238,189,190); }

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

border-color css

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

 span { border-color: rgb(238,189,190); }

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