Html Css Color HEX #E25D81 Dark Pink

📋 copy color: '#E25D81'

red 226 ◦ green 93 ◦ blue 129

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

Shades of Dark Pink #E25D81

Tints of Dark Pink #E25D81

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 129 (50.78% from 255) = 28.79%

R = 50.45%
G = 20.76%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E25D81 (or 0xE25D81) is known color: Dark Pink. HEX triplet: E2, 5D and 81. RGB value is (226,93,129). Sum of RGB (Red+Green+Blue) = 226+93+129=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D81 is #1DA27E. Grayscale: #888888. Windows color (decimal): -1942143 or 8478178. OLE color: 8478178.

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

Color convert

RGB 226 93 129 -
CMYK 0 0.59 0.43 0.11
HSL 343.76º 0.7% 0.63% -
HSV(B) 343.76º 0.59% 0.89% -
XYZ 39.24 25.58 23.64 -
YUV 136.87 123.56 191.57 -
System Red Green Blue C M Y K H S L
Decimal 226 93 129 0 0.59 0.43 0.11 343.76 0.7 0.63
Hex E2 5D 81 0 3B 2B B 158 46 3F
Octal 342 135 201 0 73 53 13 530 106 77
Binary 11100010 1011101 10000001 0 111011 101011 1011 101011000 1000110 111111

Color Harmonies of #E25D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D81

Black with #E25D81

Text Example


Text Example

White with #E25D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D81; }

 p { color: rgb(226,93,129); }

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

background-color css

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

 a { background-color: rgb(226,93,129); }

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

border-color css

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

 span { border-color: rgb(226,93,129); }

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