Html Css Color HEX #E24985 Dark Pink

📋 copy color: '#E24985'

red 226 ◦ green 73 ◦ blue 133

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

Shades of Dark Pink #E24985

Tints of Dark Pink #E24985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 52.31%
G = 16.9%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E24985 (or 0xE24985) is known color: Dark Pink. HEX triplet: E2, 49 and 85. RGB value is (226,73,133). Sum of RGB (Red+Green+Blue) = 226+73+133=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E24985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24985 is #1DB67A. Grayscale: #7D7D7D. Windows color (decimal): -1947259 or 8735202. OLE color: 8735202.

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

Color convert

RGB 226 73 133 -
CMYK 0 0.68 0.41 0.11
HSL 336.47º 0.73% 0.59% -
HSV(B) 336.47º 0.68% 0.89% -
XYZ 37.98 22.63 24.56 -
YUV 125.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 226 73 133 0 0.68 0.41 0.11 336.47 0.73 0.59
Hex E2 49 85 0 44 29 B 150 49 3B
Octal 342 111 205 0 104 51 13 520 111 73
Binary 11100010 1001001 10000101 0 1000100 101001 1011 101010000 1001001 111011

Color Harmonies of #E24985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24985

Black with #E24985

Text Example


Text Example

White with #E24985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24985; }

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

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

background-color css

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

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

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

border-color css

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

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

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