Html Css Color HEX #E61293 Deep Pink

📋 copy color: '#E61293'

red 230 ◦ green 18 ◦ blue 147

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

Shades of Deep Pink #E61293

Tints of Deep Pink #E61293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.56%

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

R = 58.23%
G = 4.56%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E61293 (or 0xE61293) is known color: Deep Pink. HEX triplet: E6, 12 and 93. RGB value is (230,18,147). Sum of RGB (Red+Green+Blue) = 230+18+147=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E61293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61293 is #19ED6C. Grayscale: #5F5F5F. Windows color (decimal): -1699181 or 9638630. OLE color: 9638630.

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

Color convert

RGB 230 18 147 -
CMYK 0 0.92 0.36 0.10
HSL 323.49º 0.85% 0.49% -
HSV(B) 323.49º 0.92% 0.9% -
XYZ 38.12 19.36 29.33 -
YUV 96.09 156.74 223.51 -
System Red Green Blue C M Y K H S L
Decimal 230 18 147 0 0.92 0.36 0.10 323.49 0.85 0.49
Hex E6 12 93 0 5C 24 A 143 55 31
Octal 346 22 223 0 134 44 12 503 125 61
Binary 11100110 10010 10010011 0 1011100 100100 1010 101000011 1010101 110001

Color Harmonies of #E61293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61293

Black with #E61293

Text Example


Text Example

White with #E61293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61293; }

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

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

background-color css

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

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

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

border-color css

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

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

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