Html Css Color HEX #E3507E Dark Pink

📋 copy color: '#E3507E'

red 227 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #E3507E

Tints of Dark Pink #E3507E

RGB

 RED value IS 227 (89.06% from 255) = 52.42%

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

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

R = 52.42%
G = 18.48%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E3507E (or 0xE3507E) is known color: Dark Pink. HEX triplet: E3, 50 and 7E. RGB value is (227,80,126). Sum of RGB (Red+Green+Blue) = 227+80+126=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3507E is #1CAF81. Grayscale: #818181. Windows color (decimal): -1879938 or 8278243. OLE color: 8278243.

HSL color Cylindrical-coordinate representation of color #E3507E: hue angle of 341.22º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3507E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 126 -
CMYK 0 0.65 0.44 0.11
HSL 341.22º 0.72% 0.6% -
HSV(B) 341.22º 0.65% 0.89% -
XYZ 38.31 23.57 22.27 -
YUV 129.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 227 80 126 0 0.65 0.44 0.11 341.22 0.72 0.6
Hex E3 50 7E 0 41 2C B 155 48 3C
Octal 343 120 176 0 101 54 13 525 110 74
Binary 11100011 1010000 1111110 0 1000001 101100 1011 101010101 1001000 111100

Color Harmonies of #E3507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3507E

Black with #E3507E

Text Example


Text Example

White with #E3507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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