Html Css Color HEX #E7097F Deep Pink

📋 copy color: '#E7097F'

red 231 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #E7097F

Tints of Deep Pink #E7097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

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

R = 62.94%
G = 2.45%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7097F (or 0xE7097F) is known color: Deep Pink. HEX triplet: E7, 09 and 7F. RGB value is (231,9,127). Sum of RGB (Red+Green+Blue) = 231+9+127=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E7097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7097F is #18F680. Grayscale: #585858. Windows color (decimal): -1635969 or 8325607. OLE color: 8325607.

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

Color convert

RGB 231 9 127 -
CMYK 0 0.96 0.45 0.09
HSL 328.11º 0.93% 0.47% -
HSV(B) 328.11º 0.96% 0.91% -
XYZ 36.88 18.72 21.75 -
YUV 88.83 149.55 229.41 -
System Red Green Blue C M Y K H S L
Decimal 231 9 127 0 0.96 0.45 0.09 328.11 0.93 0.47
Hex E7 9 7F 0 60 2D 9 148 5C 2F
Octal 347 11 177 0 140 55 11 510 134 57
Binary 11100111 1001 1111111 0 1100000 101101 1001 101001000 1011100 101111

Color Harmonies of #E7097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7097F

Black with #E7097F

Text Example


Text Example

White with #E7097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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