Html Css Color HEX #EEA8C4 Cupid

📋 copy color: '#EEA8C4'

red 238 ◦ green 168 ◦ blue 196

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

Shades of Cupid #EEA8C4

Tints of Cupid #EEA8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 39.53%
G = 27.91%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEA8C4 (or 0xEEA8C4) is known color: Cupid. HEX triplet: EE, A8 and C4. RGB value is (238,168,196). Sum of RGB (Red+Green+Blue) = 238+168+196=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8C4 is #11573B. Grayscale: #C0C0C0. Windows color (decimal): -1136444 or 12888302. OLE color: 12888302.

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

Color convert

RGB 238 168 196 -
CMYK 0 0.29 0.18 0.07
HSL 336º 0.67% 0.8% -
HSV(B) 336º 0.29% 0.93% -
XYZ 59.23 50.17 58.79 -
YUV 192.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 238 168 196 0 0.29 0.18 0.07 336 0.67 0.8
Hex EE A8 C4 0 1D 12 7 150 43 50
Octal 356 250 304 0 35 22 7 520 103 120
Binary 11101110 10101000 11000100 0 11101 10010 111 101010000 1000011 1010000

Color Harmonies of #EEA8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA8C4

Black with #EEA8C4

Text Example


Text Example

White with #EEA8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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