Html Css Color HEX #EE527F Dark Pink

📋 copy color: '#EE527F'

red 238 ◦ green 82 ◦ blue 127

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

Shades of Dark Pink #EE527F

Tints of Dark Pink #EE527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.34%

 BLUE value IS 127 (50% from 255) = 28.41%

R = 53.24%
G = 18.34%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE527F (or 0xEE527F) is known color: Dark Pink. HEX triplet: EE, 52 and 7F. RGB value is (238,82,127). Sum of RGB (Red+Green+Blue) = 238+82+127=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE527F is #11AD80. Grayscale: #858585. Windows color (decimal): -1158529 or 8344302. OLE color: 8344302.

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

Color convert

RGB 238 82 127 -
CMYK 0 0.66 0.47 0.07
HSL 342.69º 0.82% 0.63% -
HSV(B) 342.69º 0.66% 0.93% -
XYZ 42.11 25.74 22.83 -
YUV 133.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 238 82 127 0 0.66 0.47 0.07 342.69 0.82 0.63
Hex EE 52 7F 0 42 2F 7 157 52 3F
Octal 356 122 177 0 102 57 7 527 122 77
Binary 11101110 1010010 1111111 0 1000010 101111 111 101010111 1010010 111111

Color Harmonies of #EE527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE527F

Black with #EE527F

Text Example


Text Example

White with #EE527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE527F; }

 p { color: rgb(238,82,127); }

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

background-color css

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

 a { background-color: rgb(238,82,127); }

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

border-color css

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

 span { border-color: rgb(238,82,127); }

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