Html Css Color HEX #EE527E Dark Pink

📋 copy color: '#EE527E'

red 238 ◦ green 82 ◦ blue 126

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

Shades of Dark Pink #EE527E

Tints of Dark Pink #EE527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 53.36%
G = 18.39%
B = 28.25%

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

#EE527E (or 0xEE527E) is known color: Dark Pink. HEX triplet: EE, 52 and 7E. RGB value is (238,82,126). Sum of RGB (Red+Green+Blue) = 238+82+126=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE527E is #11AD81. Grayscale: #858585. Windows color (decimal): -1158530 or 8278766. OLE color: 8278766.

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

Color convert

RGB 238 82 126 -
CMYK 0 0.66 0.47 0.07
HSL 343.08º 0.82% 0.63% -
HSV(B) 343.08º 0.66% 0.93% -
XYZ 42.04 25.72 22.49 -
YUV 133.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 238 82 126 0 0.66 0.47 0.07 343.08 0.82 0.63
Hex EE 52 7E 0 42 2F 7 157 52 3F
Octal 356 122 176 0 102 57 7 527 122 77
Binary 11101110 1010010 1111110 0 1000010 101111 111 101010111 1010010 111111

Color Harmonies of #EE527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE527E

Black with #EE527E

Text Example


Text Example

White with #EE527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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