Html Css Color HEX #E6047F Deep Pink

📋 copy color: '#E6047F'

red 230 ◦ green 4 ◦ blue 127

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

Shades of Deep Pink #E6047F

Tints of Deep Pink #E6047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 63.71%
G = 1.11%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6047F (or 0xE6047F) is known color: Deep Pink. HEX triplet: E6, 04 and 7F. RGB value is (230,4,127). Sum of RGB (Red+Green+Blue) = 230+4+127=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6047F is #19FB80. Grayscale: #555555. Windows color (decimal): -1702785 or 8324326. OLE color: 8324326.

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

Color convert

RGB 230 4 127 -
CMYK 0 0.98 0.45 0.10
HSL 327.35º 0.97% 0.46% -
HSV(B) 327.35º 0.98% 0.9% -
XYZ 36.51 18.44 21.71 -
YUV 85.6 151.37 231 -
System Red Green Blue C M Y K H S L
Decimal 230 4 127 0 0.98 0.45 0.10 327.35 0.97 0.46
Hex E6 4 7F 0 62 2D A 147 61 2E
Octal 346 4 177 0 142 55 12 507 141 56
Binary 11100110 100 1111111 0 1100010 101101 1010 101000111 1100001 101110

Color Harmonies of #E6047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6047F

Black with #E6047F

Text Example


Text Example

White with #E6047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6047F; }

 p { color: rgb(230,4,127); }

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

background-color css

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

 a { background-color: rgb(230,4,127); }

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

border-color css

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

 span { border-color: rgb(230,4,127); }

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