Html Css Color HEX #EE527D Dark Pink

📋 copy color: '#EE527D'

red 238 ◦ green 82 ◦ blue 125

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

Shades of Dark Pink #EE527D

Tints of Dark Pink #EE527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 53.48%
G = 18.43%
B = 28.09%

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

#EE527D (or 0xEE527D) is known color: Dark Pink. HEX triplet: EE, 52 and 7D. RGB value is (238,82,125). Sum of RGB (Red+Green+Blue) = 238+82+125=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE527D is #11AD82. Grayscale: #858585. Windows color (decimal): -1158531 or 8213230. OLE color: 8213230.

HSL color Cylindrical-coordinate representation of color #EE527D: hue angle of 343.46º 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 #EE527D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 82 125 -
CMYK 0 0.66 0.47 0.07
HSL 343.46º 0.82% 0.63% -
HSV(B) 343.46º 0.66% 0.93% -
XYZ 41.98 25.69 22.15 -
YUV 133.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 238 82 125 0 0.66 0.47 0.07 343.46 0.82 0.63
Hex EE 52 7D 0 42 2F 7 157 52 3F
Octal 356 122 175 0 102 57 7 527 122 77
Binary 11101110 1010010 1111101 0 1000010 101111 111 101010111 1010010 111111

Color Harmonies of #EE527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE527D

Black with #EE527D

Text Example


Text Example

White with #EE527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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