Html Css Color HEX #E2568B Dark Pink

📋 copy color: '#E2568B'

red 226 ◦ green 86 ◦ blue 139

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

Shades of Dark Pink #E2568B

Tints of Dark Pink #E2568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.82%

R = 50.11%
G = 19.07%
B = 30.82%

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

#E2568B (or 0xE2568B) is known color: Dark Pink. HEX triplet: E2, 56 and 8B. RGB value is (226,86,139). Sum of RGB (Red+Green+Blue) = 226+86+139=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2568B is #1DA974. Grayscale: #858585. Windows color (decimal): -1943925 or 9131746. OLE color: 9131746.

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

Color convert

RGB 226 86 139 -
CMYK 0 0.62 0.38 0.11
HSL 337.29º 0.71% 0.61% -
HSV(B) 337.29º 0.62% 0.89% -
XYZ 39.35 24.69 27.12 -
YUV 133.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 226 86 139 0 0.62 0.38 0.11 337.29 0.71 0.61
Hex E2 56 8B 0 3E 26 B 151 47 3D
Octal 342 126 213 0 76 46 13 521 107 75
Binary 11100010 1010110 10001011 0 111110 100110 1011 101010001 1000111 111101

Color Harmonies of #E2568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2568B

Black with #E2568B

Text Example


Text Example

White with #E2568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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