Html Css Color HEX #E2507E Dark Pink

📋 copy color: '#E2507E'

red 226 ◦ green 80 ◦ blue 126

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

Shades of Dark Pink #E2507E

Tints of Dark Pink #E2507E

RGB

 RED value IS 226 (88.67% from 255) = 52.31%

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

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

R = 52.31%
G = 18.52%
B = 29.17%

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

#E2507E (or 0xE2507E) is known color: Dark Pink. HEX triplet: E2, 50 and 7E. RGB value is (226,80,126). Sum of RGB (Red+Green+Blue) = 226+80+126=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2507E is #1DAF81. Grayscale: #808080. Windows color (decimal): -1945474 or 8278242. OLE color: 8278242.

HSL color Cylindrical-coordinate representation of color #E2507E: hue angle of 341.1º 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 #E2507E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 126 -
CMYK 0 0.65 0.44 0.11
HSL 341.1º 0.72% 0.6% -
HSV(B) 341.1º 0.65% 0.89% -
XYZ 38 23.41 22.25 -
YUV 128.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 226 80 126 0 0.65 0.44 0.11 341.1 0.72 0.6
Hex E2 50 7E 0 41 2C B 155 48 3C
Octal 342 120 176 0 101 54 13 525 110 74
Binary 11100010 1010000 1111110 0 1000001 101100 1011 101010101 1001000 111100

Color Harmonies of #E2507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2507E

Black with #E2507E

Text Example


Text Example

White with #E2507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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