Html Css Color HEX #E25191 Dark Pink

📋 copy color: '#E25191'

red 226 ◦ green 81 ◦ blue 145

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

Shades of Dark Pink #E25191

Tints of Dark Pink #E25191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

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

R = 50%
G = 17.92%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E25191 (or 0xE25191) is known color: Dark Pink. HEX triplet: E2, 51 and 91. RGB value is (226,81,145). Sum of RGB (Red+Green+Blue) = 226+81+145=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E25191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25191 is #1DAE6E. Grayscale: #838383. Windows color (decimal): -1945199 or 9523682. OLE color: 9523682.

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

Color convert

RGB 226 81 145 -
CMYK 0 0.64 0.36 0.11
HSL 333.52º 0.71% 0.6% -
HSV(B) 333.52º 0.64% 0.89% -
XYZ 39.42 24.1 29.36 -
YUV 131.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 226 81 145 0 0.64 0.36 0.11 333.52 0.71 0.6
Hex E2 51 91 0 40 24 B 14E 47 3C
Octal 342 121 221 0 100 44 13 516 107 74
Binary 11100010 1010001 10010001 0 1000000 100100 1011 101001110 1000111 111100

Color Harmonies of #E25191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25191

Black with #E25191

Text Example


Text Example

White with #E25191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25191; }

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

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

background-color css

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

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

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

border-color css

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

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

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