Html Css Color HEX #E9147D Deep Pink

📋 copy color: '#E9147D'

red 233 ◦ green 20 ◦ blue 125

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

Shades of Deep Pink #E9147D

Tints of Deep Pink #E9147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 61.64%
G = 5.29%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9147D (or 0xE9147D) is known color: Deep Pink. HEX triplet: E9, 14 and 7D. RGB value is (233,20,125). Sum of RGB (Red+Green+Blue) = 233+20+125=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9147D is #16EB82. Grayscale: #5F5F5F. Windows color (decimal): -1502083 or 8197353. OLE color: 8197353.

HSL color Cylindrical-coordinate representation of color #E9147D: hue angle of 330.42º 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 #E9147D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 125 -
CMYK 0 0.91 0.46 0.09
HSL 330.42º 0.84% 0.5% -
HSV(B) 330.42º 0.91% 0.91% -
XYZ 37.56 19.3 21.15 -
YUV 95.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 233 20 125 0 0.91 0.46 0.09 330.42 0.84 0.5
Hex E9 14 7D 0 5B 2E 9 14A 54 32
Octal 351 24 175 0 133 56 11 512 124 62
Binary 11101001 10100 1111101 0 1011011 101110 1001 101001010 1010100 110010

Color Harmonies of #E9147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9147D

Black with #E9147D

Text Example


Text Example

White with #E9147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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