Html Css Color HEX #E61793 Deep Pink

📋 copy color: '#E61793'

red 230 ◦ green 23 ◦ blue 147

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

Shades of Deep Pink #E61793

Tints of Deep Pink #E61793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.75%

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 57.5%
G = 5.75%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E61793 (or 0xE61793) is known color: Deep Pink. HEX triplet: E6, 17 and 93. RGB value is (230,23,147). Sum of RGB (Red+Green+Blue) = 230+23+147=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E61793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61793 is #19E86C. Grayscale: #626262. Windows color (decimal): -1697901 or 9639910. OLE color: 9639910.

HSL color Cylindrical-coordinate representation of color #E61793: hue angle of 324.06º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61793 is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 23 147 -
CMYK 0 0.9 0.36 0.10
HSL 324.06º 0.82% 0.5% -
HSV(B) 324.06º 0.9% 0.9% -
XYZ 38.21 19.54 29.36 -
YUV 99.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 230 23 147 0 0.9 0.36 0.10 324.06 0.82 0.5
Hex E6 17 93 0 5A 24 A 144 52 32
Octal 346 27 223 0 132 44 12 504 122 62
Binary 11100110 10111 10010011 0 1011010 100100 1010 101000100 1010010 110010

Color Harmonies of #E61793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61793

Black with #E61793

Text Example


Text Example

White with #E61793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61793; }

 p { color: rgb(230,23,147); }

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

background-color css

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

 a { background-color: rgb(230,23,147); }

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

border-color css

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

 span { border-color: rgb(230,23,147); }

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