Html Css Color HEX #EEACC1 Cupid

📋 copy color: '#EEACC1'

red 238 ◦ green 172 ◦ blue 193

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

Shades of Cupid #EEACC1

Tints of Cupid #EEACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.52%

 BLUE value IS 193 (75.78% from 255) = 32.01%

R = 39.47%
G = 28.52%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEACC1 (or 0xEEACC1) is known color: Cupid. HEX triplet: EE, AC and C1. RGB value is (238,172,193). Sum of RGB (Red+Green+Blue) = 238+172+193=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEACC1 is #11533E. Grayscale: #C2C2C2. Windows color (decimal): -1135423 or 12692718. OLE color: 12692718.

HSL color Cylindrical-coordinate representation of color #EEACC1: hue angle of 340.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEACC1 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 172 193 -
CMYK 0 0.28 0.19 0.07
HSL 340.91º 0.66% 0.8% -
HSV(B) 340.91º 0.28% 0.93% -
XYZ 59.64 51.53 57.26 -
YUV 194.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 238 172 193 0 0.28 0.19 0.07 340.91 0.66 0.8
Hex EE AC C1 0 1C 13 7 155 42 50
Octal 356 254 301 0 34 23 7 525 102 120
Binary 11101110 10101100 11000001 0 11100 10011 111 101010101 1000010 1010000

Color Harmonies of #EEACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEACC1

Black with #EEACC1

Text Example


Text Example

White with #EEACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEACC1; }

 p { color: rgb(238,172,193); }

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

background-color css

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

 a { background-color: rgb(238,172,193); }

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

border-color css

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

 span { border-color: rgb(238,172,193); }

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