Html Css Color HEX #E24982 Dark Pink

📋 copy color: '#E24982'

red 226 ◦ green 73 ◦ blue 130

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

Shades of Dark Pink #E24982

Tints of Dark Pink #E24982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 52.68%
G = 17.02%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E24982 (or 0xE24982) is known color: Dark Pink. HEX triplet: E2, 49 and 82. RGB value is (226,73,130). Sum of RGB (Red+Green+Blue) = 226+73+130=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E24982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24982 is #1DB67D. Grayscale: #7D7D7D. Windows color (decimal): -1947262 or 8538594. OLE color: 8538594.

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

Color convert

RGB 226 73 130 -
CMYK 0 0.68 0.42 0.11
HSL 337.65º 0.73% 0.59% -
HSV(B) 337.65º 0.68% 0.89% -
XYZ 37.78 22.55 23.48 -
YUV 125.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 226 73 130 0 0.68 0.42 0.11 337.65 0.73 0.59
Hex E2 49 82 0 44 2A B 152 49 3B
Octal 342 111 202 0 104 52 13 522 111 73
Binary 11100010 1001001 10000010 0 1000100 101010 1011 101010010 1001001 111011

Color Harmonies of #E24982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24982

Black with #E24982

Text Example


Text Example

White with #E24982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24982; }

 p { color: rgb(226,73,130); }

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

background-color css

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

 a { background-color: rgb(226,73,130); }

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

border-color css

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

 span { border-color: rgb(226,73,130); }

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