Html Css Color HEX #E61C96 Deep Pink

📋 copy color: '#E61C96'

red 230 ◦ green 28 ◦ blue 150

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

Shades of Deep Pink #E61C96

Tints of Deep Pink #E61C96

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 56.37%
G = 6.86%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E61C96 (or 0xE61C96) is known color: Deep Pink. HEX triplet: E6, 1C and 96. RGB value is (230,28,150). Sum of RGB (Red+Green+Blue) = 230+28+150=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61C96 is #19E369. Grayscale: #666666. Windows color (decimal): -1696618 or 9837798. OLE color: 9837798.

HSL color Cylindrical-coordinate representation of color #E61C96: hue angle of 323.76º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C96 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 28 150 -
CMYK 0 0.88 0.35 0.10
HSL 323.76º 0.8% 0.51% -
HSV(B) 323.76º 0.88% 0.9% -
XYZ 38.55 19.86 30.65 -
YUV 102.31 154.92 219.08 -
System Red Green Blue C M Y K H S L
Decimal 230 28 150 0 0.88 0.35 0.10 323.76 0.8 0.51
Hex E6 1C 96 0 58 23 A 144 50 33
Octal 346 34 226 0 130 43 12 504 120 63
Binary 11100110 11100 10010110 0 1011000 100011 1010 101000100 1010000 110011

Color Harmonies of #E61C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C96

Black with #E61C96

Text Example


Text Example

White with #E61C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C96; }

 p { color: rgb(230,28,150); }

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

background-color css

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

 a { background-color: rgb(230,28,150); }

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

border-color css

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

 span { border-color: rgb(230,28,150); }

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