Html Css Color HEX #E25081 Dark Pink

📋 copy color: '#E25081'

red 226 ◦ green 80 ◦ blue 129

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

Shades of Dark Pink #E25081

Tints of Dark Pink #E25081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 51.95%
G = 18.39%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E25081 (or 0xE25081) is known color: Dark Pink. HEX triplet: E2, 50 and 81. RGB value is (226,80,129). Sum of RGB (Red+Green+Blue) = 226+80+129=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E25081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25081 is #1DAF7E. Grayscale: #818181. Windows color (decimal): -1945471 or 8474850. OLE color: 8474850.

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

Color convert

RGB 226 80 129 -
CMYK 0 0.65 0.43 0.11
HSL 339.86º 0.72% 0.6% -
HSV(B) 339.86º 0.65% 0.89% -
XYZ 38.2 23.49 23.29 -
YUV 129.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 226 80 129 0 0.65 0.43 0.11 339.86 0.72 0.6
Hex E2 50 81 0 41 2B B 154 48 3C
Octal 342 120 201 0 101 53 13 524 110 74
Binary 11100010 1010000 10000001 0 1000001 101011 1011 101010100 1001000 111100

Color Harmonies of #E25081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25081

Black with #E25081

Text Example


Text Example

White with #E25081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25081; }

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

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

background-color css

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

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

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

border-color css

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

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

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