Html Css Color HEX #E7057F Deep Pink

📋 copy color: '#E7057F'

red 231 ◦ green 5 ◦ blue 127

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

Shades of Deep Pink #E7057F

Tints of Deep Pink #E7057F

RGB

 RED value IS 231 (90.63% from 255) = 63.64%

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 63.64%
G = 1.38%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7057F (or 0xE7057F) is known color: Deep Pink. HEX triplet: E7, 05 and 7F. RGB value is (231,5,127). Sum of RGB (Red+Green+Blue) = 231+5+127=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7057F is #18FA80. Grayscale: #565656. Windows color (decimal): -1636993 or 8324583. OLE color: 8324583.

HSL color Cylindrical-coordinate representation of color #E7057F: hue angle of 327.61º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7057F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 127 -
CMYK 0 0.98 0.45 0.09
HSL 327.61º 0.96% 0.46% -
HSV(B) 327.61º 0.98% 0.91% -
XYZ 36.84 18.63 21.73 -
YUV 86.48 150.87 231.08 -
System Red Green Blue C M Y K H S L
Decimal 231 5 127 0 0.98 0.45 0.09 327.61 0.96 0.46
Hex E7 5 7F 0 62 2D 9 148 60 2E
Octal 347 5 177 0 142 55 11 510 140 56
Binary 11100111 101 1111111 0 1100010 101101 1001 101001000 1100000 101110

Color Harmonies of #E7057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7057F

Black with #E7057F

Text Example


Text Example

White with #E7057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7057F; }

 p { color: rgb(231,5,127); }

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

background-color css

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

 a { background-color: rgb(231,5,127); }

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

border-color css

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

 span { border-color: rgb(231,5,127); }

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