Html Css Color HEX #E2607B Dark Pink

📋 copy color: '#E2607B'

red 226 ◦ green 96 ◦ blue 123

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

Shades of Dark Pink #E2607B

Tints of Dark Pink #E2607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 50.79%
G = 21.57%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2607B (or 0xE2607B) is known color: Dark Pink. HEX triplet: E2, 60 and 7B. RGB value is (226,96,123). Sum of RGB (Red+Green+Blue) = 226+96+123=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E2607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2607B is #1D9F84. Grayscale: #898989. Windows color (decimal): -1941381 or 8085730. OLE color: 8085730.

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

Color convert

RGB 226 96 123 -
CMYK 0 0.58 0.46 0.11
HSL 347.54º 0.69% 0.63% -
HSV(B) 347.54º 0.58% 0.89% -
XYZ 39.12 25.96 21.69 -
YUV 137.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 226 96 123 0 0.58 0.46 0.11 347.54 0.69 0.63
Hex E2 60 7B 0 3A 2E B 15C 45 3F
Octal 342 140 173 0 72 56 13 534 105 77
Binary 11100010 1100000 1111011 0 111010 101110 1011 101011100 1000101 111111

Color Harmonies of #E2607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2607B

Black with #E2607B

Text Example


Text Example

White with #E2607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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