Html Css Color HEX #EE496C Dark Pink

📋 copy color: '#EE496C'

red 238 ◦ green 73 ◦ blue 108

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

Shades of Dark Pink #EE496C

Tints of Dark Pink #EE496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.42%

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 56.8%
G = 17.42%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE496C (or 0xEE496C) is known color: Dark Pink. HEX triplet: EE, 49 and 6C. RGB value is (238,73,108). Sum of RGB (Red+Green+Blue) = 238+73+108=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE496C is #11B693. Grayscale: #7E7E7E. Windows color (decimal): -1160852 or 7096814. OLE color: 7096814.

HSL color Cylindrical-coordinate representation of color #EE496C: hue angle of 347.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE496C is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 108 -
CMYK 0 0.69 0.55 0.07
HSL 347.27º 0.83% 0.61% -
HSV(B) 347.27º 0.69% 0.93% -
XYZ 40.35 24.02 16.7 -
YUV 126.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 238 73 108 0 0.69 0.55 0.07 347.27 0.83 0.61
Hex EE 49 6C 0 45 37 7 15B 53 3D
Octal 356 111 154 0 105 67 7 533 123 75
Binary 11101110 1001001 1101100 0 1000101 110111 111 101011011 1010011 111101

Color Harmonies of #EE496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE496C

Black with #EE496C

Text Example


Text Example

White with #EE496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE496C; }

 p { color: rgb(238,73,108); }

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

background-color css

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

 a { background-color: rgb(238,73,108); }

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

border-color css

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

 span { border-color: rgb(238,73,108); }

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