Html Css Color HEX #EEAEBA Cupid

📋 copy color: '#EEAEBA'

red 238 ◦ green 174 ◦ blue 186

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

Shades of Cupid #EEAEBA

Tints of Cupid #EEAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.1%

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

R = 39.8%
G = 29.1%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEAEBA (or 0xEEAEBA) is known color: Cupid. HEX triplet: EE, AE and BA. RGB value is (238,174,186). Sum of RGB (Red+Green+Blue) = 238+174+186=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEBA is #115145. Grayscale: #C2C2C2. Windows color (decimal): -1134918 or 12234478. OLE color: 12234478.

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

Color convert

RGB 238 174 186 -
CMYK 0 0.27 0.22 0.07
HSL 348.75º 0.65% 0.81% -
HSV(B) 348.75º 0.27% 0.93% -
XYZ 59.26 51.99 53.37 -
YUV 194.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 238 174 186 0 0.27 0.22 0.07 348.75 0.65 0.81
Hex EE AE BA 0 1B 16 7 15D 41 51
Octal 356 256 272 0 33 26 7 535 101 121
Binary 11101110 10101110 10111010 0 11011 10110 111 101011101 1000001 1010001

Color Harmonies of #EEAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAEBA

Black with #EEAEBA

Text Example


Text Example

White with #EEAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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