Html Css Color HEX #EE5684 Dark Pink

📋 copy color: '#EE5684'

red 238 ◦ green 86 ◦ blue 132

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

Shades of Dark Pink #EE5684

Tints of Dark Pink #EE5684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.86%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 52.19%
G = 18.86%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE5684 (or 0xEE5684) is known color: Dark Pink. HEX triplet: EE, 56 and 84. RGB value is (238,86,132). Sum of RGB (Red+Green+Blue) = 238+86+132=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5684 is #11A97B. Grayscale: #888888. Windows color (decimal): -1157500 or 8673006. OLE color: 8673006.

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

Color convert

RGB 238 86 132 -
CMYK 0 0.64 0.45 0.07
HSL 341.84º 0.82% 0.64% -
HSV(B) 341.84º 0.64% 0.93% -
XYZ 42.75 26.5 24.69 -
YUV 136.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 238 86 132 0 0.64 0.45 0.07 341.84 0.82 0.64
Hex EE 56 84 0 40 2D 7 156 52 40
Octal 356 126 204 0 100 55 7 526 122 100
Binary 11101110 1010110 10000100 0 1000000 101101 111 101010110 1010010 1000000

Color Harmonies of #EE5684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5684

Black with #EE5684

Text Example


Text Example

White with #EE5684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5684; }

 p { color: rgb(238,86,132); }

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

background-color css

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

 a { background-color: rgb(238,86,132); }

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

border-color css

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

 span { border-color: rgb(238,86,132); }

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