Html Css Color HEX #E2518C Dark Pink

📋 copy color: '#E2518C'

red 226 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #E2518C

Tints of Dark Pink #E2518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.12%

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 50.56%
G = 18.12%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2518C (or 0xE2518C) is known color: Dark Pink. HEX triplet: E2, 51 and 8C. RGB value is (226,81,140). Sum of RGB (Red+Green+Blue) = 226+81+140=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2518C is #1DAE73. Grayscale: #828282. Windows color (decimal): -1945204 or 9196002. OLE color: 9196002.

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

Color convert

RGB 226 81 140 -
CMYK 0 0.64 0.38 0.11
HSL 335.59º 0.71% 0.6% -
HSV(B) 335.59º 0.64% 0.89% -
XYZ 39.04 23.95 27.38 -
YUV 131.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 226 81 140 0 0.64 0.38 0.11 335.59 0.71 0.6
Hex E2 51 8C 0 40 26 B 150 47 3C
Octal 342 121 214 0 100 46 13 520 107 74
Binary 11100010 1010001 10001100 0 1000000 100110 1011 101010000 1000111 111100

Color Harmonies of #E2518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2518C

Black with #E2518C

Text Example


Text Example

White with #E2518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2518C; }

 p { color: rgb(226,81,140); }

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

background-color css

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

 a { background-color: rgb(226,81,140); }

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

border-color css

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

 span { border-color: rgb(226,81,140); }

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