Html Css Color HEX #EE5085 Dark Pink

📋 copy color: '#EE5085'

red 238 ◦ green 80 ◦ blue 133

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

Shades of Dark Pink #EE5085

Tints of Dark Pink #EE5085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 52.77%
G = 17.74%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE5085 (or 0xEE5085) is known color: Dark Pink. HEX triplet: EE, 50 and 85. RGB value is (238,80,133). Sum of RGB (Red+Green+Blue) = 238+80+133=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5085 is #11AF7A. Grayscale: #858585. Windows color (decimal): -1159035 or 8737006. OLE color: 8737006.

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

Color convert

RGB 238 80 133 -
CMYK 0 0.66 0.44 0.07
HSL 339.87º 0.82% 0.62% -
HSV(B) 339.87º 0.66% 0.93% -
XYZ 42.36 25.61 24.9 -
YUV 133.28 127.85 202.69 -
System Red Green Blue C M Y K H S L
Decimal 238 80 133 0 0.66 0.44 0.07 339.87 0.82 0.62
Hex EE 50 85 0 42 2C 7 154 52 3E
Octal 356 120 205 0 102 54 7 524 122 76
Binary 11101110 1010000 10000101 0 1000010 101100 111 101010100 1010010 111110

Color Harmonies of #EE5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5085

Black with #EE5085

Text Example


Text Example

White with #EE5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5085; }

 p { color: rgb(238,80,133); }

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

background-color css

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

 a { background-color: rgb(238,80,133); }

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

border-color css

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

 span { border-color: rgb(238,80,133); }

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