Html Css Color HEX #EEB2BF Cupid

📋 copy color: '#EEB2BF'

red 238 ◦ green 178 ◦ blue 191

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

Shades of Cupid #EEB2BF

Tints of Cupid #EEB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.32%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 39.21%
G = 29.32%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEB2BF (or 0xEEB2BF) is known color: Cupid. HEX triplet: EE, B2 and BF. RGB value is (238,178,191). Sum of RGB (Red+Green+Blue) = 238+178+191=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2BF is #114D40. Grayscale: #C5C5C5. Windows color (decimal): -1133889 or 12563182. OLE color: 12563182.

HSL color Cylindrical-coordinate representation of color #EEB2BF: hue angle of 347º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2BF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 191 -
CMYK 0 0.25 0.20 0.07
HSL 347º 0.64% 0.82% -
HSV(B) 347º 0.25% 0.93% -
XYZ 60.58 53.78 56.48 -
YUV 197.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 238 178 191 0 0.25 0.20 0.07 347 0.64 0.82
Hex EE B2 BF 0 19 14 7 15B 40 52
Octal 356 262 277 0 31 24 7 533 100 122
Binary 11101110 10110010 10111111 0 11001 10100 111 101011011 1000000 1010010

Color Harmonies of #EEB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB2BF

Black with #EEB2BF

Text Example


Text Example

White with #EEB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB2BF; }

 p { color: rgb(238,178,191); }

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

background-color css

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

 a { background-color: rgb(238,178,191); }

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

border-color css

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

 span { border-color: rgb(238,178,191); }

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