Html Css Color HEX #EEAABB Cupid

📋 copy color: '#EEAABB'

red 238 ◦ green 170 ◦ blue 187

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

Shades of Cupid #EEAABB

Tints of Cupid #EEAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.57%

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 40%
G = 28.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEAABB (or 0xEEAABB) is known color: Cupid. HEX triplet: EE, AA and BB. RGB value is (238,170,187). Sum of RGB (Red+Green+Blue) = 238+170+187=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAABB is #115544. Grayscale: #C0C0C0. Windows color (decimal): -1135941 or 12298990. OLE color: 12298990.

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

Color convert

RGB 238 170 187 -
CMYK 0 0.29 0.21 0.07
HSL 345º 0.67% 0.8% -
HSV(B) 345º 0.29% 0.93% -
XYZ 58.6 50.51 53.68 -
YUV 192.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 238 170 187 0 0.29 0.21 0.07 345 0.67 0.8
Hex EE AA BB 0 1D 15 7 159 43 50
Octal 356 252 273 0 35 25 7 531 103 120
Binary 11101110 10101010 10111011 0 11101 10101 111 101011001 1000011 1010000

Color Harmonies of #EEAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAABB

Black with #EEAABB

Text Example


Text Example

White with #EEAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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