Html Css Color HEX #E2607F Dark Pink

📋 copy color: '#E2607F'

red 226 ◦ green 96 ◦ blue 127

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

Shades of Dark Pink #E2607F

Tints of Dark Pink #E2607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.38%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 50.33%
G = 21.38%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2607F (or 0xE2607F) is known color: Dark Pink. HEX triplet: E2, 60 and 7F. RGB value is (226,96,127). Sum of RGB (Red+Green+Blue) = 226+96+127=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2607F is #1D9F80. Grayscale: #8A8A8A. Windows color (decimal): -1941377 or 8347874. OLE color: 8347874.

HSL color Cylindrical-coordinate representation of color #E2607F: hue angle of 345.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2607F is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 96 127 -
CMYK 0 0.58 0.44 0.11
HSL 345.69º 0.69% 0.63% -
HSV(B) 345.69º 0.58% 0.89% -
XYZ 39.38 26.07 23.03 -
YUV 138.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 226 96 127 0 0.58 0.44 0.11 345.69 0.69 0.63
Hex E2 60 7F 0 3A 2C B 15A 45 3F
Octal 342 140 177 0 72 54 13 532 105 77
Binary 11100010 1100000 1111111 0 111010 101100 1011 101011010 1000101 111111

Color Harmonies of #E2607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2607F

Black with #E2607F

Text Example


Text Example

White with #E2607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2607F; }

 p { color: rgb(226,96,127); }

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

background-color css

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

 a { background-color: rgb(226,96,127); }

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

border-color css

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

 span { border-color: rgb(226,96,127); }

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