Html Css Color HEX #E1607E Dark Pink

📋 copy color: '#E1607E'

red 225 ◦ green 96 ◦ blue 126

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

Shades of Dark Pink #E1607E

Tints of Dark Pink #E1607E

RGB

 RED value IS 225 (88.28% from 255) = 50.34%

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

 BLUE value IS 126 (49.61% from 255) = 28.19%

R = 50.34%
G = 21.48%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1607E (or 0xE1607E) is known color: Dark Pink. HEX triplet: E1, 60 and 7E. RGB value is (225,96,126). Sum of RGB (Red+Green+Blue) = 225+96+126=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1607E is #1E9F81. Grayscale: #8A8A8A. Windows color (decimal): -2006914 or 8282337. OLE color: 8282337.

HSL color Cylindrical-coordinate representation of color #E1607E: hue angle of 346.05º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1607E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 126 -
CMYK 0 0.57 0.44 0.12
HSL 346.05º 0.68% 0.63% -
HSV(B) 346.05º 0.57% 0.88% -
XYZ 39 25.88 22.68 -
YUV 137.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 225 96 126 0 0.57 0.44 0.12 346.05 0.68 0.63
Hex E1 60 7E 0 39 2C C 15A 44 3F
Octal 341 140 176 0 71 54 14 532 104 77
Binary 11100001 1100000 1111110 0 111001 101100 1100 101011010 1000100 111111

Color Harmonies of #E1607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1607E

Black with #E1607E

Text Example


Text Example

White with #E1607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1607E; }

 p { color: rgb(225,96,126); }

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

background-color css

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

 a { background-color: rgb(225,96,126); }

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

border-color css

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

 span { border-color: rgb(225,96,126); }

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