Html Css Color HEX #E7097E Deep Pink

📋 copy color: '#E7097E'

red 231 ◦ green 9 ◦ blue 126

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

Shades of Deep Pink #E7097E

Tints of Deep Pink #E7097E

RGB

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

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

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

R = 63.11%
G = 2.46%
B = 34.43%

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

#E7097E (or 0xE7097E) is known color: Deep Pink. HEX triplet: E7, 09 and 7E. RGB value is (231,9,126). Sum of RGB (Red+Green+Blue) = 231+9+126=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E7097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7097E is #18F681. Grayscale: #585858. Windows color (decimal): -1635970 or 8260071. OLE color: 8260071.

HSL color Cylindrical-coordinate representation of color #E7097E: hue angle of 328.38º 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 #E7097E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 126 -
CMYK 0 0.96 0.45 0.09
HSL 328.38º 0.93% 0.47% -
HSV(B) 328.38º 0.96% 0.91% -
XYZ 36.82 18.69 21.41 -
YUV 88.72 149.05 229.49 -
System Red Green Blue C M Y K H S L
Decimal 231 9 126 0 0.96 0.45 0.09 328.38 0.93 0.47
Hex E7 9 7E 0 60 2D 9 148 5C 2F
Octal 347 11 176 0 140 55 11 510 134 57
Binary 11100111 1001 1111110 0 1100000 101101 1001 101001000 1011100 101111

Color Harmonies of #E7097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7097E

Black with #E7097E

Text Example


Text Example

White with #E7097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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