Html Css Color HEX #E91594 Deep Pink

📋 copy color: '#E91594'

red 233 ◦ green 21 ◦ blue 148

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

Shades of Deep Pink #E91594

Tints of Deep Pink #E91594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 57.96%
G = 5.22%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E91594 (or 0xE91594) is known color: Deep Pink. HEX triplet: E9, 15 and 94. RGB value is (233,21,148). Sum of RGB (Red+Green+Blue) = 233+21+148=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E91594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91594 is #16EA6B. Grayscale: #626262. Windows color (decimal): -1501804 or 9704937. OLE color: 9704937.

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

Color convert

RGB 233 21 148 -
CMYK 0 0.91 0.36 0.09
HSL 324.06º 0.83% 0.5% -
HSV(B) 324.06º 0.91% 0.91% -
XYZ 39.22 20 29.81 -
YUV 98.87 155.74 223.67 -
System Red Green Blue C M Y K H S L
Decimal 233 21 148 0 0.91 0.36 0.09 324.06 0.83 0.5
Hex E9 15 94 0 5B 24 9 144 53 32
Octal 351 25 224 0 133 44 11 504 123 62
Binary 11101001 10101 10010100 0 1011011 100100 1001 101000100 1010011 110010

Color Harmonies of #E91594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91594

Black with #E91594

Text Example


Text Example

White with #E91594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91594; }

 p { color: rgb(233,21,148); }

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

background-color css

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

 a { background-color: rgb(233,21,148); }

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

border-color css

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

 span { border-color: rgb(233,21,148); }

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