Html Css Color HEX #E25591 Dark Pink

📋 copy color: '#E25591'

red 226 ◦ green 85 ◦ blue 145

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

Shades of Dark Pink #E25591

Tints of Dark Pink #E25591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 49.56%
G = 18.64%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25591 (or 0xE25591) is known color: Dark Pink. HEX triplet: E2, 55 and 91. RGB value is (226,85,145). Sum of RGB (Red+Green+Blue) = 226+85+145=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E25591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25591 is #1DAA6E. Grayscale: #858585. Windows color (decimal): -1944175 or 9524706. OLE color: 9524706.

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

Color convert

RGB 226 85 145 -
CMYK 0 0.62 0.36 0.11
HSL 334.47º 0.71% 0.61% -
HSV(B) 334.47º 0.62% 0.89% -
XYZ 39.72 24.71 29.46 -
YUV 134 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 226 85 145 0 0.62 0.36 0.11 334.47 0.71 0.61
Hex E2 55 91 0 3E 24 B 14E 47 3D
Octal 342 125 221 0 76 44 13 516 107 75
Binary 11100010 1010101 10010001 0 111110 100100 1011 101001110 1000111 111101

Color Harmonies of #E25591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25591

Black with #E25591

Text Example


Text Example

White with #E25591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25591; }

 p { color: rgb(226,85,145); }

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

background-color css

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

 a { background-color: rgb(226,85,145); }

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

border-color css

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

 span { border-color: rgb(226,85,145); }

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