Html Css Color HEX #E6157F Deep Pink

📋 copy color: '#E6157F'

red 230 ◦ green 21 ◦ blue 127

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

Shades of Deep Pink #E6157F

Tints of Deep Pink #E6157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

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

R = 60.85%
G = 5.56%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6157F (or 0xE6157F) is known color: Deep Pink. HEX triplet: E6, 15 and 7F. RGB value is (230,21,127). Sum of RGB (Red+Green+Blue) = 230+21+127=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6157F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6157F is #19EA80. Grayscale: #5F5F5F. Windows color (decimal): -1698433 or 8328678. OLE color: 8328678.

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

Color convert

RGB 230 21 127 -
CMYK 0 0.91 0.45 0.10
HSL 329.57º 0.83% 0.49% -
HSV(B) 329.57º 0.91% 0.9% -
XYZ 36.73 18.89 21.79 -
YUV 95.58 145.74 223.88 -
System Red Green Blue C M Y K H S L
Decimal 230 21 127 0 0.91 0.45 0.10 329.57 0.83 0.49
Hex E6 15 7F 0 5B 2D A 14A 53 31
Octal 346 25 177 0 133 55 12 512 123 61
Binary 11100110 10101 1111111 0 1011011 101101 1010 101001010 1010011 110001

Color Harmonies of #E6157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6157F

Black with #E6157F

Text Example


Text Example

White with #E6157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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