Html Css Color HEX #E25381 Dark Pink

📋 copy color: '#E25381'

red 226 ◦ green 83 ◦ blue 129

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

Shades of Dark Pink #E25381

Tints of Dark Pink #E25381

RGB

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

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

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

R = 51.6%
G = 18.95%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E25381 (or 0xE25381) is known color: Dark Pink. HEX triplet: E2, 53 and 81. RGB value is (226,83,129). Sum of RGB (Red+Green+Blue) = 226+83+129=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E25381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25381 is #1DAC7E. Grayscale: #828282. Windows color (decimal): -1944703 or 8475618. OLE color: 8475618.

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

Color convert

RGB 226 83 129 -
CMYK 0 0.63 0.43 0.11
HSL 340.7º 0.71% 0.61% -
HSV(B) 340.7º 0.63% 0.89% -
XYZ 38.42 23.94 23.36 -
YUV 131 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 226 83 129 0 0.63 0.43 0.11 340.7 0.71 0.61
Hex E2 53 81 0 3F 2B B 155 47 3D
Octal 342 123 201 0 77 53 13 525 107 75
Binary 11100010 1010011 10000001 0 111111 101011 1011 101010101 1000111 111101

Color Harmonies of #E25381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25381

Black with #E25381

Text Example


Text Example

White with #E25381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25381; }

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

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

background-color css

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

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

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

border-color css

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

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

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