Html Css Color HEX #E25280 Dark Pink

📋 copy color: '#E25280'

red 226 ◦ green 82 ◦ blue 128

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

Shades of Dark Pink #E25280

Tints of Dark Pink #E25280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 51.83%
G = 18.81%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E25280 (or 0xE25280) is known color: Dark Pink. HEX triplet: E2, 52 and 80. RGB value is (226,82,128). Sum of RGB (Red+Green+Blue) = 226+82+128=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E25280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25280 is #1DAD7F. Grayscale: #828282. Windows color (decimal): -1944960 or 8409826. OLE color: 8409826.

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

Color convert

RGB 226 82 128 -
CMYK 0 0.64 0.43 0.11
HSL 340.83º 0.71% 0.6% -
HSV(B) 340.83º 0.64% 0.89% -
XYZ 38.28 23.76 22.99 -
YUV 130.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 226 82 128 0 0.64 0.43 0.11 340.83 0.71 0.6
Hex E2 52 80 0 40 2B B 155 47 3C
Octal 342 122 200 0 100 53 13 525 107 74
Binary 11100010 1010010 10000000 0 1000000 101011 1011 101010101 1000111 111100

Color Harmonies of #E25280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25280

Black with #E25280

Text Example


Text Example

White with #E25280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25280; }

 p { color: rgb(226,82,128); }

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

background-color css

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

 a { background-color: rgb(226,82,128); }

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

border-color css

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

 span { border-color: rgb(226,82,128); }

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