Html Css Color HEX #EEA8BD Cupid

📋 copy color: '#EEA8BD'

red 238 ◦ green 168 ◦ blue 189

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

Shades of Cupid #EEA8BD

Tints of Cupid #EEA8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.76%

R = 40%
G = 28.24%
B = 31.76%

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

#EEA8BD (or 0xEEA8BD) is known color: Cupid. HEX triplet: EE, A8 and BD. RGB value is (238,168,189). Sum of RGB (Red+Green+Blue) = 238+168+189=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8BD is #115742. Grayscale: #BFBFBF. Windows color (decimal): -1136451 or 12429550. OLE color: 12429550.

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

Color convert

RGB 238 168 189 -
CMYK 0 0.29 0.21 0.07
HSL 342º 0.67% 0.8% -
HSV(B) 342º 0.29% 0.93% -
XYZ 58.45 49.86 54.69 -
YUV 191.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 238 168 189 0 0.29 0.21 0.07 342 0.67 0.8
Hex EE A8 BD 0 1D 15 7 156 43 50
Octal 356 250 275 0 35 25 7 526 103 120
Binary 11101110 10101000 10111101 0 11101 10101 111 101010110 1000011 1010000

Color Harmonies of #EEA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8BD

Black with #EEA8BD

Text Example


Text Example

White with #EEA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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