Html Css Color HEX #EE486D Dark Pink

📋 copy color: '#EE486D'

red 238 ◦ green 72 ◦ blue 109

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

Shades of Dark Pink #EE486D

Tints of Dark Pink #EE486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.18%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 56.8%
G = 17.18%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE486D (or 0xEE486D) is known color: Dark Pink. HEX triplet: EE, 48 and 6D. RGB value is (238,72,109). Sum of RGB (Red+Green+Blue) = 238+72+109=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE486D is #11B792. Grayscale: #7D7D7D. Windows color (decimal): -1161107 or 7162094. OLE color: 7162094.

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

Color convert

RGB 238 72 109 -
CMYK 0 0.70 0.54 0.07
HSL 346.63º 0.83% 0.61% -
HSV(B) 346.63º 0.7% 0.93% -
XYZ 40.34 23.92 16.96 -
YUV 125.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 238 72 109 0 0.70 0.54 0.07 346.63 0.83 0.61
Hex EE 48 6D 0 46 36 7 15B 53 3D
Octal 356 110 155 0 106 66 7 533 123 75
Binary 11101110 1001000 1101101 0 1000110 110110 111 101011011 1010011 111101

Color Harmonies of #EE486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE486D

Black with #EE486D

Text Example


Text Example

White with #EE486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE486D; }

 p { color: rgb(238,72,109); }

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

background-color css

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

 a { background-color: rgb(238,72,109); }

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

border-color css

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

 span { border-color: rgb(238,72,109); }

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