Html Css Color HEX #E2568D Dark Pink

📋 copy color: '#E2568D'

red 226 ◦ green 86 ◦ blue 141

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

Shades of Dark Pink #E2568D

Tints of Dark Pink #E2568D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 49.89%
G = 18.98%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2568D (or 0xE2568D) is known color: Dark Pink. HEX triplet: E2, 56 and 8D. RGB value is (226,86,141). Sum of RGB (Red+Green+Blue) = 226+86+141=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2568D is #1DA972. Grayscale: #868686. Windows color (decimal): -1943923 or 9262818. OLE color: 9262818.

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

Color convert

RGB 226 86 141 -
CMYK 0 0.62 0.38 0.11
HSL 336.43º 0.71% 0.61% -
HSV(B) 336.43º 0.62% 0.89% -
XYZ 39.5 24.75 27.89 -
YUV 134.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 226 86 141 0 0.62 0.38 0.11 336.43 0.71 0.61
Hex E2 56 8D 0 3E 26 B 150 47 3D
Octal 342 126 215 0 76 46 13 520 107 75
Binary 11100010 1010110 10001101 0 111110 100110 1011 101010000 1000111 111101

Color Harmonies of #E2568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2568D

Black with #E2568D

Text Example


Text Example

White with #E2568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2568D; }

 p { color: rgb(226,86,141); }

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

background-color css

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

 a { background-color: rgb(226,86,141); }

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

border-color css

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

 span { border-color: rgb(226,86,141); }

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