Html Css Color HEX #E6077E Deep Pink

📋 copy color: '#E6077E'

red 230 ◦ green 7 ◦ blue 126

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

Shades of Deep Pink #E6077E

Tints of Deep Pink #E6077E

RGB

 RED value IS 230 (90.23% from 255) = 63.36%

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 63.36%
G = 1.93%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6077E (or 0xE6077E) is known color: Deep Pink. HEX triplet: E6, 07 and 7E. RGB value is (230,7,126). Sum of RGB (Red+Green+Blue) = 230+7+126=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6077E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6077E is #19F881. Grayscale: #565656. Windows color (decimal): -1702018 or 8259558. OLE color: 8259558.

HSL color Cylindrical-coordinate representation of color #E6077E: hue angle of 327.98º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6077E is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 126 -
CMYK 0 0.97 0.45 0.10
HSL 327.98º 0.94% 0.46% -
HSV(B) 327.98º 0.97% 0.9% -
XYZ 36.48 18.48 21.38 -
YUV 87.24 149.88 229.82 -
System Red Green Blue C M Y K H S L
Decimal 230 7 126 0 0.97 0.45 0.10 327.98 0.94 0.46
Hex E6 7 7E 0 61 2D A 148 5E 2E
Octal 346 7 176 0 141 55 12 510 136 56
Binary 11100110 111 1111110 0 1100001 101101 1010 101001000 1011110 101110

Color Harmonies of #E6077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6077E

Black with #E6077E

Text Example


Text Example

White with #E6077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6077E; }

 p { color: rgb(230,7,126); }

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

background-color css

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

 a { background-color: rgb(230,7,126); }

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

border-color css

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

 span { border-color: rgb(230,7,126); }

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