Html Css Color HEX #EE507E Dark Pink

📋 copy color: '#EE507E'

red 238 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #EE507E

Tints of Dark Pink #EE507E

RGB

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

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

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

R = 53.6%
G = 18.02%
B = 28.38%

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

#EE507E (or 0xEE507E) is known color: Dark Pink. HEX triplet: EE, 50 and 7E. RGB value is (238,80,126). Sum of RGB (Red+Green+Blue) = 238+80+126=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE507E is #11AF81. Grayscale: #848484. Windows color (decimal): -1159042 or 8278254. OLE color: 8278254.

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

Color convert

RGB 238 80 126 -
CMYK 0 0.66 0.47 0.07
HSL 342.53º 0.82% 0.62% -
HSV(B) 342.53º 0.66% 0.93% -
XYZ 41.89 25.42 22.44 -
YUV 132.49 124.35 203.26 -
System Red Green Blue C M Y K H S L
Decimal 238 80 126 0 0.66 0.47 0.07 342.53 0.82 0.62
Hex EE 50 7E 0 42 2F 7 157 52 3E
Octal 356 120 176 0 102 57 7 527 122 76
Binary 11101110 1010000 1111110 0 1000010 101111 111 101010111 1010010 111110

Color Harmonies of #EE507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE507E

Black with #EE507E

Text Example


Text Example

White with #EE507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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