Html Css Color HEX #E2567A Dark Pink

📋 copy color: '#E2567A'

red 226 ◦ green 86 ◦ blue 122

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

Shades of Dark Pink #E2567A

Tints of Dark Pink #E2567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 52.07%
G = 19.82%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2567A (or 0xE2567A) is known color: Dark Pink. HEX triplet: E2, 56 and 7A. RGB value is (226,86,122). Sum of RGB (Red+Green+Blue) = 226+86+122=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2567A is #1DA985. Grayscale: #838383. Windows color (decimal): -1943942 or 8017634. OLE color: 8017634.

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

Color convert

RGB 226 86 122 -
CMYK 0 0.62 0.46 0.11
HSL 344.57º 0.71% 0.61% -
HSV(B) 344.57º 0.62% 0.89% -
XYZ 38.2 24.23 21.08 -
YUV 131.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 226 86 122 0 0.62 0.46 0.11 344.57 0.71 0.61
Hex E2 56 7A 0 3E 2E B 159 47 3D
Octal 342 126 172 0 76 56 13 531 107 75
Binary 11100010 1010110 1111010 0 111110 101110 1011 101011001 1000111 111101

Color Harmonies of #E2567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2567A

Black with #E2567A

Text Example


Text Example

White with #E2567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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