Html Css Color HEX #E25C79 Dark Pink

📋 copy color: '#E25C79'

red 226 ◦ green 92 ◦ blue 121

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

Shades of Dark Pink #E25C79

Tints of Dark Pink #E25C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.96%

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

R = 51.48%
G = 20.96%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E25C79 (or 0xE25C79) is known color: Dark Pink. HEX triplet: E2, 5C and 79. RGB value is (226,92,121). Sum of RGB (Red+Green+Blue) = 226+92+121=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C79 is #1DA386. Grayscale: #878787. Windows color (decimal): -1942407 or 7953634. OLE color: 7953634.

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

Color convert

RGB 226 92 121 -
CMYK 0 0.59 0.46 0.11
HSL 347.01º 0.7% 0.62% -
HSV(B) 347.01º 0.59% 0.89% -
XYZ 38.64 25.2 20.92 -
YUV 135.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 226 92 121 0 0.59 0.46 0.11 347.01 0.7 0.62
Hex E2 5C 79 0 3B 2E B 15B 46 3E
Octal 342 134 171 0 73 56 13 533 106 76
Binary 11100010 1011100 1111001 0 111011 101110 1011 101011011 1000110 111110

Color Harmonies of #E25C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C79

Black with #E25C79

Text Example


Text Example

White with #E25C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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