Html Css Color HEX #EE527A Dark Pink

📋 copy color: '#EE527A'

red 238 ◦ green 82 ◦ blue 122

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

Shades of Dark Pink #EE527A

Tints of Dark Pink #EE527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 53.85%
G = 18.55%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE527A (or 0xEE527A) is known color: Dark Pink. HEX triplet: EE, 52 and 7A. RGB value is (238,82,122). Sum of RGB (Red+Green+Blue) = 238+82+122=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE527A is #11AD85. Grayscale: #858585. Windows color (decimal): -1158534 or 8016622. OLE color: 8016622.

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

Color convert

RGB 238 82 122 -
CMYK 0 0.66 0.49 0.07
HSL 344.62º 0.82% 0.63% -
HSV(B) 344.62º 0.66% 0.93% -
XYZ 41.79 25.62 21.15 -
YUV 133.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 238 82 122 0 0.66 0.49 0.07 344.62 0.82 0.63
Hex EE 52 7A 0 42 31 7 159 52 3F
Octal 356 122 172 0 102 61 7 531 122 77
Binary 11101110 1010010 1111010 0 1000010 110001 111 101011001 1010010 111111

Color Harmonies of #EE527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE527A

Black with #EE527A

Text Example


Text Example

White with #EE527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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