Html Css Color HEX #E24E7F Dark Pink

📋 copy color: '#E24E7F'

red 226 ◦ green 78 ◦ blue 127

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

Shades of Dark Pink #E24E7F

Tints of Dark Pink #E24E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.1%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 52.44%
G = 18.1%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E24E7F (or 0xE24E7F) is known color: Dark Pink. HEX triplet: E2, 4E and 7F. RGB value is (226,78,127). Sum of RGB (Red+Green+Blue) = 226+78+127=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E24E7F is #1DB180. Grayscale: #7F7F7F. Windows color (decimal): -1945985 or 8343266. OLE color: 8343266.

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

Color convert

RGB 226 78 127 -
CMYK 0 0.65 0.44 0.11
HSL 340.14º 0.72% 0.6% -
HSV(B) 340.14º 0.65% 0.89% -
XYZ 37.92 23.15 22.55 -
YUV 127.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 226 78 127 0 0.65 0.44 0.11 340.14 0.72 0.6
Hex E2 4E 7F 0 41 2C B 154 48 3C
Octal 342 116 177 0 101 54 13 524 110 74
Binary 11100010 1001110 1111111 0 1000001 101100 1011 101010100 1001000 111100

Color Harmonies of #E24E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E7F

Black with #E24E7F

Text Example


Text Example

White with #E24E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E7F; }

 p { color: rgb(226,78,127); }

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

background-color css

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

 a { background-color: rgb(226,78,127); }

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

border-color css

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

 span { border-color: rgb(226,78,127); }

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