Html Css Color HEX #EEBBBE Azalea

📋 copy color: '#EEBBBE'

red 238 ◦ green 187 ◦ blue 190

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

Shades of Azalea #EEBBBE

Tints of Azalea #EEBBBE

RGB

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

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

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

R = 38.7%
G = 30.41%
B = 30.89%

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

#EEBBBE (or 0xEEBBBE) is known color: Azalea. HEX triplet: EE, BB and BE. RGB value is (238,187,190). Sum of RGB (Red+Green+Blue) = 238+187+190=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBBE is #114441. Grayscale: #CACACA. Windows color (decimal): -1131586 or 12499950. OLE color: 12499950.

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

Color convert

RGB 238 187 190 -
CMYK 0 0.21 0.20 0.07
HSL 356.47º 0.6% 0.83% -
HSV(B) 356.47º 0.21% 0.93% -
XYZ 62.32 57.44 56.52 -
YUV 202.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 238 187 190 0 0.21 0.20 0.07 356.47 0.6 0.83
Hex EE BB BE 0 15 14 7 164 3C 53
Octal 356 273 276 0 25 24 7 544 74 123
Binary 11101110 10111011 10111110 0 10101 10100 111 101100100 111100 1010011

Color Harmonies of #EEBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBBE

Black with #EEBBBE

Text Example


Text Example

White with #EEBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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