Html Css Color HEX #E9147F Deep Pink

📋 copy color: '#E9147F'

red 233 ◦ green 20 ◦ blue 127

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

Shades of Deep Pink #E9147F

Tints of Deep Pink #E9147F

RGB

 RED value IS 233 (91.41% from 255) = 61.32%

 GREEN value IS 20 (8.2% from 255) = 5.26%

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

R = 61.32%
G = 5.26%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E9147F (or 0xE9147F) is known color: Deep Pink. HEX triplet: E9, 14 and 7F. RGB value is (233,20,127). Sum of RGB (Red+Green+Blue) = 233+20+127=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9147F is #16EB80. Grayscale: #5F5F5F. Windows color (decimal): -1502081 or 8328425. OLE color: 8328425.

HSL color Cylindrical-coordinate representation of color #E9147F: hue angle of 329.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9147F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 127 -
CMYK 0 0.91 0.45 0.09
HSL 329.86º 0.84% 0.5% -
HSV(B) 329.86º 0.91% 0.91% -
XYZ 37.69 19.36 21.83 -
YUV 95.89 145.57 225.8 -
System Red Green Blue C M Y K H S L
Decimal 233 20 127 0 0.91 0.45 0.09 329.86 0.84 0.5
Hex E9 14 7F 0 5B 2D 9 14A 54 32
Octal 351 24 177 0 133 55 11 512 124 62
Binary 11101001 10100 1111111 0 1011011 101101 1001 101001010 1010100 110010

Color Harmonies of #E9147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9147F

Black with #E9147F

Text Example


Text Example

White with #E9147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9147F; }

 p { color: rgb(233,20,127); }

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

background-color css

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

 a { background-color: rgb(233,20,127); }

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

border-color css

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

 span { border-color: rgb(233,20,127); }

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