Html Css Color HEX #EEA5BA Cupid

📋 copy color: '#EEA5BA'

red 238 ◦ green 165 ◦ blue 186

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

Shades of Cupid #EEA5BA

Tints of Cupid #EEA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.01%

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

R = 40.41%
G = 28.01%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEA5BA (or 0xEEA5BA) is known color: Cupid. HEX triplet: EE, A5 and BA. RGB value is (238,165,186). Sum of RGB (Red+Green+Blue) = 238+165+186=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5BA is #115A45. Grayscale: #BDBDBD. Windows color (decimal): -1137222 or 12232174. OLE color: 12232174.

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

Color convert

RGB 238 165 186 -
CMYK 0 0.31 0.22 0.07
HSL 342.74º 0.68% 0.79% -
HSV(B) 342.74º 0.31% 0.93% -
XYZ 57.58 48.63 52.81 -
YUV 189.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 238 165 186 0 0.31 0.22 0.07 342.74 0.68 0.79
Hex EE A5 BA 0 1F 16 7 157 44 4F
Octal 356 245 272 0 37 26 7 527 104 117
Binary 11101110 10100101 10111010 0 11111 10110 111 101010111 1000100 1001111

Color Harmonies of #EEA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5BA

Black with #EEA5BA

Text Example


Text Example

White with #EEA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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