Html Css Color HEX #EEA6BA Cupid

📋 copy color: '#EEA6BA'

red 238 ◦ green 166 ◦ blue 186

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

Shades of Cupid #EEA6BA

Tints of Cupid #EEA6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.14%

 BLUE value IS 186 (73.05% from 255) = 31.53%

R = 40.34%
G = 28.14%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEA6BA (or 0xEEA6BA) is known color: Cupid. HEX triplet: EE, A6 and BA. RGB value is (238,166,186). Sum of RGB (Red+Green+Blue) = 238+166+186=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6BA is #115945. Grayscale: #BDBDBD. Windows color (decimal): -1136966 or 12232430. OLE color: 12232430.

HSL color Cylindrical-coordinate representation of color #EEA6BA: hue angle of 343.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6BA is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 186 -
CMYK 0 0.30 0.22 0.07
HSL 343.33º 0.68% 0.79% -
HSV(B) 343.33º 0.3% 0.93% -
XYZ 57.76 48.99 52.87 -
YUV 189.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 238 166 186 0 0.30 0.22 0.07 343.33 0.68 0.79
Hex EE A6 BA 0 1E 16 7 157 44 4F
Octal 356 246 272 0 36 26 7 527 104 117
Binary 11101110 10100110 10111010 0 11110 10110 111 101010111 1000100 1001111

Color Harmonies of #EEA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA6BA

Black with #EEA6BA

Text Example


Text Example

White with #EEA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA6BA; }

 p { color: rgb(238,166,186); }

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

background-color css

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

 a { background-color: rgb(238,166,186); }

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

border-color css

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

 span { border-color: rgb(238,166,186); }

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