Html Css Color HEX #EEB0C6 Cupid

📋 copy color: '#EEB0C6'

red 238 ◦ green 176 ◦ blue 198

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

Shades of Cupid #EEB0C6

Tints of Cupid #EEB0C6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.76%

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 38.89%
G = 28.76%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEB0C6 (or 0xEEB0C6) is known color: Cupid. HEX triplet: EE, B0 and C6. RGB value is (238,176,198). Sum of RGB (Red+Green+Blue) = 238+176+198=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0C6 is #114F39. Grayscale: #C5C5C5. Windows color (decimal): -1134394 or 13021422. OLE color: 13021422.

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

Color convert

RGB 238 176 198 -
CMYK 0 0.26 0.17 0.07
HSL 338.71º 0.65% 0.81% -
HSV(B) 338.71º 0.26% 0.93% -
XYZ 60.98 53.31 60.5 -
YUV 197.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 238 176 198 0 0.26 0.17 0.07 338.71 0.65 0.81
Hex EE B0 C6 0 1A 11 7 153 41 51
Octal 356 260 306 0 32 21 7 523 101 121
Binary 11101110 10110000 11000110 0 11010 10001 111 101010011 1000001 1010001

Color Harmonies of #EEB0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB0C6

Black with #EEB0C6

Text Example


Text Example

White with #EEB0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB0C6; }

 p { color: rgb(238,176,198); }

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

background-color css

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

 a { background-color: rgb(238,176,198); }

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

border-color css

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

 span { border-color: rgb(238,176,198); }

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