Html Css Color HEX #EE507A Dark Pink

📋 copy color: '#EE507A'

red 238 ◦ green 80 ◦ blue 122

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

Shades of Dark Pink #EE507A

Tints of Dark Pink #EE507A

RGB

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

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

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

R = 54.09%
G = 18.18%
B = 27.73%

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

#EE507A (or 0xEE507A) is known color: Dark Pink. HEX triplet: EE, 50 and 7A. RGB value is (238,80,122). Sum of RGB (Red+Green+Blue) = 238+80+122=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE507A is #11AF85. Grayscale: #848484. Windows color (decimal): -1159046 or 8016110. OLE color: 8016110.

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

Color convert

RGB 238 80 122 -
CMYK 0 0.66 0.49 0.07
HSL 344.05º 0.82% 0.62% -
HSV(B) 344.05º 0.66% 0.93% -
XYZ 41.64 25.32 21.1 -
YUV 132.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 238 80 122 0 0.66 0.49 0.07 344.05 0.82 0.62
Hex EE 50 7A 0 42 31 7 158 52 3E
Octal 356 120 172 0 102 61 7 530 122 76
Binary 11101110 1010000 1111010 0 1000010 110001 111 101011000 1010010 111110

Color Harmonies of #EE507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE507A

Black with #EE507A

Text Example


Text Example

White with #EE507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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