Html Css Color HEX #E6057F Deep Pink

📋 copy color: '#E6057F'

red 230 ◦ green 5 ◦ blue 127

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

Shades of Deep Pink #E6057F

Tints of Deep Pink #E6057F

RGB

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

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

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

R = 63.54%
G = 1.38%
B = 35.08%

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

#E6057F (or 0xE6057F) is known color: Deep Pink. HEX triplet: E6, 05 and 7F. RGB value is (230,5,127). Sum of RGB (Red+Green+Blue) = 230+5+127=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6057F is #19FA80. Grayscale: #555555. Windows color (decimal): -1702529 or 8324582. OLE color: 8324582.

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

Color convert

RGB 230 5 127 -
CMYK 0 0.98 0.45 0.10
HSL 327.47º 0.96% 0.46% -
HSV(B) 327.47º 0.98% 0.9% -
XYZ 36.52 18.46 21.72 -
YUV 86.18 151.04 230.58 -
System Red Green Blue C M Y K H S L
Decimal 230 5 127 0 0.98 0.45 0.10 327.47 0.96 0.46
Hex E6 5 7F 0 62 2D A 147 60 2E
Octal 346 5 177 0 142 55 12 507 140 56
Binary 11100110 101 1111111 0 1100010 101101 1010 101000111 1100000 101110

Color Harmonies of #E6057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6057F

Black with #E6057F

Text Example


Text Example

White with #E6057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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