Html Css Color HEX #E25581 Dark Pink

📋 copy color: '#E25581'

red 226 ◦ green 85 ◦ blue 129

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

Shades of Dark Pink #E25581

Tints of Dark Pink #E25581

RGB

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

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

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

R = 51.36%
G = 19.32%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E25581 (or 0xE25581) is known color: Dark Pink. HEX triplet: E2, 55 and 81. RGB value is (226,85,129). Sum of RGB (Red+Green+Blue) = 226+85+129=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E25581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25581 is #1DAA7E. Grayscale: #848484. Windows color (decimal): -1944191 or 8476130. OLE color: 8476130.

HSL color Cylindrical-coordinate representation of color #E25581: hue angle of 341.28º 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 #E25581 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 129 -
CMYK 0 0.62 0.43 0.11
HSL 341.28º 0.71% 0.61% -
HSV(B) 341.28º 0.62% 0.89% -
XYZ 38.57 24.25 23.42 -
YUV 132.18 126.21 194.92 -
System Red Green Blue C M Y K H S L
Decimal 226 85 129 0 0.62 0.43 0.11 341.28 0.71 0.61
Hex E2 55 81 0 3E 2B B 155 47 3D
Octal 342 125 201 0 76 53 13 525 107 75
Binary 11100010 1010101 10000001 0 111110 101011 1011 101010101 1000111 111101

Color Harmonies of #E25581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25581

Black with #E25581

Text Example


Text Example

White with #E25581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25581; }

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

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

background-color css

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

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

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

border-color css

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

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

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