Html Css Color HEX #E25979 Dark Pink

📋 copy color: '#E25979'

red 226 ◦ green 89 ◦ blue 121

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

Shades of Dark Pink #E25979

Tints of Dark Pink #E25979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

 BLUE value IS 121 (47.66% from 255) = 27.75%

R = 51.83%
G = 20.41%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E25979 (or 0xE25979) is known color: Dark Pink. HEX triplet: E2, 59 and 79. RGB value is (226,89,121). Sum of RGB (Red+Green+Blue) = 226+89+121=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E25979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25979 is #1DA686. Grayscale: #858585. Windows color (decimal): -1943175 or 7952866. OLE color: 7952866.

HSL color Cylindrical-coordinate representation of color #E25979: hue angle of 345.99º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25979 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 89 121 -
CMYK 0 0.61 0.46 0.11
HSL 345.99º 0.7% 0.62% -
HSV(B) 345.99º 0.61% 0.89% -
XYZ 38.39 24.69 20.83 -
YUV 133.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 226 89 121 0 0.61 0.46 0.11 345.99 0.7 0.62
Hex E2 59 79 0 3D 2E B 15A 46 3E
Octal 342 131 171 0 75 56 13 532 106 76
Binary 11100010 1011001 1111001 0 111101 101110 1011 101011010 1000110 111110

Color Harmonies of #E25979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25979

Black with #E25979

Text Example


Text Example

White with #E25979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25979; }

 p { color: rgb(226,89,121); }

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

background-color css

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

 a { background-color: rgb(226,89,121); }

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

border-color css

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

 span { border-color: rgb(226,89,121); }

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