Html Css Color HEX #E25391 Dark Pink

📋 copy color: '#E25391'

red 226 ◦ green 83 ◦ blue 145

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

Shades of Dark Pink #E25391

Tints of Dark Pink #E25391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.28%

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

R = 49.78%
G = 18.28%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25391 (or 0xE25391) is known color: Dark Pink. HEX triplet: E2, 53 and 91. RGB value is (226,83,145). Sum of RGB (Red+Green+Blue) = 226+83+145=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E25391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25391 is #1DAC6E. Grayscale: #848484. Windows color (decimal): -1944687 or 9524194. OLE color: 9524194.

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

Color convert

RGB 226 83 145 -
CMYK 0 0.63 0.36 0.11
HSL 333.99º 0.71% 0.61% -
HSV(B) 333.99º 0.63% 0.89% -
XYZ 39.57 24.4 29.41 -
YUV 132.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 226 83 145 0 0.63 0.36 0.11 333.99 0.71 0.61
Hex E2 53 91 0 3F 24 B 14E 47 3D
Octal 342 123 221 0 77 44 13 516 107 75
Binary 11100010 1010011 10010001 0 111111 100100 1011 101001110 1000111 111101

Color Harmonies of #E25391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25391

Black with #E25391

Text Example


Text Example

White with #E25391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25391; }

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

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

background-color css

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

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

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

border-color css

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

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

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