Html Css Color HEX #EEA5BD Cupid

📋 copy color: '#EEA5BD'

red 238 ◦ green 165 ◦ blue 189

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

Shades of Cupid #EEA5BD

Tints of Cupid #EEA5BD

RGB

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

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

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

R = 40.2%
G = 27.87%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEA5BD (or 0xEEA5BD) is known color: Cupid. HEX triplet: EE, A5 and BD. RGB value is (238,165,189). Sum of RGB (Red+Green+Blue) = 238+165+189=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5BD is #115A42. Grayscale: #BDBDBD. Windows color (decimal): -1137219 or 12428782. OLE color: 12428782.

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

Color convert

RGB 238 165 189 -
CMYK 0 0.31 0.21 0.07
HSL 340.27º 0.68% 0.79% -
HSV(B) 340.27º 0.31% 0.93% -
XYZ 57.9 48.76 54.5 -
YUV 189.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 238 165 189 0 0.31 0.21 0.07 340.27 0.68 0.79
Hex EE A5 BD 0 1F 15 7 154 44 4F
Octal 356 245 275 0 37 25 7 524 104 117
Binary 11101110 10100101 10111101 0 11111 10101 111 101010100 1000100 1001111

Color Harmonies of #EEA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA5BD

Black with #EEA5BD

Text Example


Text Example

White with #EEA5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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