Html Css Color HEX #EEA8BE Cupid

📋 copy color: '#EEA8BE'

red 238 ◦ green 168 ◦ blue 190

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

Shades of Cupid #EEA8BE

Tints of Cupid #EEA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

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

R = 39.93%
G = 28.19%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEA8BE (or 0xEEA8BE) is known color: Cupid. HEX triplet: EE, A8 and BE. RGB value is (238,168,190). Sum of RGB (Red+Green+Blue) = 238+168+190=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8BE is #115741. Grayscale: #BFBFBF. Windows color (decimal): -1136450 or 12495086. OLE color: 12495086.

HSL color Cylindrical-coordinate representation of color #EEA8BE: hue angle of 341.14º 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 #EEA8BE is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 190 -
CMYK 0 0.29 0.20 0.07
HSL 341.14º 0.67% 0.8% -
HSV(B) 341.14º 0.29% 0.93% -
XYZ 58.56 49.9 55.26 -
YUV 191.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 238 168 190 0 0.29 0.20 0.07 341.14 0.67 0.8
Hex EE A8 BE 0 1D 14 7 155 43 50
Octal 356 250 276 0 35 24 7 525 103 120
Binary 11101110 10101000 10111110 0 11101 10100 111 101010101 1000011 1010000

Color Harmonies of #EEA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8BE

Black with #EEA8BE

Text Example


Text Example

White with #EEA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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