Html Css Color HEX #EEA8C6 Cupid

📋 copy color: '#EEA8C6'

red 238 ◦ green 168 ◦ blue 198

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

Shades of Cupid #EEA8C6

Tints of Cupid #EEA8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.78%

R = 39.4%
G = 27.81%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEA8C6 (or 0xEEA8C6) is known color: Cupid. HEX triplet: EE, A8 and C6. RGB value is (238,168,198). Sum of RGB (Red+Green+Blue) = 238+168+198=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8C6 is #115739. Grayscale: #C0C0C0. Windows color (decimal): -1136442 or 13019374. OLE color: 13019374.

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

Color convert

RGB 238 168 198 -
CMYK 0 0.29 0.17 0.07
HSL 334.29º 0.67% 0.8% -
HSV(B) 334.29º 0.29% 0.93% -
XYZ 59.46 50.26 59.99 -
YUV 192.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 238 168 198 0 0.29 0.17 0.07 334.29 0.67 0.8
Hex EE A8 C6 0 1D 11 7 14E 43 50
Octal 356 250 306 0 35 21 7 516 103 120
Binary 11101110 10101000 11000110 0 11101 10001 111 101001110 1000011 1010000

Color Harmonies of #EEA8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8C6

Black with #EEA8C6

Text Example


Text Example

White with #EEA8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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