Html Css Color HEX #E2568A Dark Pink

📋 copy color: '#E2568A'

red 226 ◦ green 86 ◦ blue 138

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

Shades of Dark Pink #E2568A

Tints of Dark Pink #E2568A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 50.22%
G = 19.11%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2568A (or 0xE2568A) is known color: Dark Pink. HEX triplet: E2, 56 and 8A. RGB value is (226,86,138). Sum of RGB (Red+Green+Blue) = 226+86+138=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2568A is #1DA975. Grayscale: #858585. Windows color (decimal): -1943926 or 9066210. OLE color: 9066210.

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

Color convert

RGB 226 86 138 -
CMYK 0 0.62 0.39 0.11
HSL 337.71º 0.71% 0.61% -
HSV(B) 337.71º 0.62% 0.89% -
XYZ 39.28 24.66 26.73 -
YUV 133.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 226 86 138 0 0.62 0.39 0.11 337.71 0.71 0.61
Hex E2 56 8A 0 3E 27 B 152 47 3D
Octal 342 126 212 0 76 47 13 522 107 75
Binary 11100010 1010110 10001010 0 111110 100111 1011 101010010 1000111 111101

Color Harmonies of #E2568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2568A

Black with #E2568A

Text Example


Text Example

White with #E2568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2568A; }

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

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

background-color css

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

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

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

border-color css

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

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

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