Html Css Color HEX #E2508E Dark Pink

📋 copy color: '#E2508E'

red 226 ◦ green 80 ◦ blue 142

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

Shades of Dark Pink #E2508E

Tints of Dark Pink #E2508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 50.45%
G = 17.86%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2508E (or 0xE2508E) is known color: Dark Pink. HEX triplet: E2, 50 and 8E. RGB value is (226,80,142). Sum of RGB (Red+Green+Blue) = 226+80+142=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2508E is #1DAF71. Grayscale: #828282. Windows color (decimal): -1945458 or 9326818. OLE color: 9326818.

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

Color convert

RGB 226 80 142 -
CMYK 0 0.65 0.37 0.11
HSL 334.52º 0.72% 0.6% -
HSV(B) 334.52º 0.65% 0.89% -
XYZ 39.12 23.86 28.13 -
YUV 130.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 226 80 142 0 0.65 0.37 0.11 334.52 0.72 0.6
Hex E2 50 8E 0 41 25 B 14F 48 3C
Octal 342 120 216 0 101 45 13 517 110 74
Binary 11100010 1010000 10001110 0 1000001 100101 1011 101001111 1001000 111100

Color Harmonies of #E2508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2508E

Black with #E2508E

Text Example


Text Example

White with #E2508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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