Html Css Color HEX #EEBEC3 Azalea

📋 copy color: '#EEBEC3'

red 238 ◦ green 190 ◦ blue 195

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

Shades of Azalea #EEBEC3

Tints of Azalea #EEBEC3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.5%

 BLUE value IS 195 (76.56% from 255) = 31.3%

R = 38.2%
G = 30.5%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEBEC3 (or 0xEEBEC3) is known color: Azalea. HEX triplet: EE, BE and C3. RGB value is (238,190,195). Sum of RGB (Red+Green+Blue) = 238+190+195=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEC3 is #11413C. Grayscale: #CCCCCC. Windows color (decimal): -1130813 or 12828398. OLE color: 12828398.

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

Color convert

RGB 238 190 195 -
CMYK 0 0.20 0.18 0.07
HSL 353.75º 0.59% 0.84% -
HSV(B) 353.75º 0.2% 0.93% -
XYZ 63.52 58.94 59.66 -
YUV 204.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 238 190 195 0 0.20 0.18 0.07 353.75 0.59 0.84
Hex EE BE C3 0 14 12 7 162 3B 54
Octal 356 276 303 0 24 22 7 542 73 124
Binary 11101110 10111110 11000011 0 10100 10010 111 101100010 111011 1010100

Color Harmonies of #EEBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBEC3

Black with #EEBEC3

Text Example


Text Example

White with #EEBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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