Html Css Color HEX #E61182 Deep Pink

📋 copy color: '#E61182'

red 230 ◦ green 17 ◦ blue 130

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

Shades of Deep Pink #E61182

Tints of Deep Pink #E61182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.51%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 61.01%
G = 4.51%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E61182 (or 0xE61182) is known color: Deep Pink. HEX triplet: E6, 11 and 82. RGB value is (230,17,130). Sum of RGB (Red+Green+Blue) = 230+17+130=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E61182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61182 is #19EE7D. Grayscale: #5D5D5D. Windows color (decimal): -1699454 or 8524262. OLE color: 8524262.

HSL color Cylindrical-coordinate representation of color #E61182: hue angle of 328.17º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61182 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 130 -
CMYK 0 0.93 0.43 0.10
HSL 328.17º 0.86% 0.48% -
HSV(B) 328.17º 0.93% 0.9% -
XYZ 36.86 18.84 22.81 -
YUV 93.57 148.57 225.31 -
System Red Green Blue C M Y K H S L
Decimal 230 17 130 0 0.93 0.43 0.10 328.17 0.86 0.48
Hex E6 11 82 0 5D 2B A 148 56 30
Octal 346 21 202 0 135 53 12 510 126 60
Binary 11100110 10001 10000010 0 1011101 101011 1010 101001000 1010110 110000

Color Harmonies of #E61182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61182

Black with #E61182

Text Example


Text Example

White with #E61182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61182; }

 p { color: rgb(230,17,130); }

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

background-color css

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

 a { background-color: rgb(230,17,130); }

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

border-color css

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

 span { border-color: rgb(230,17,130); }

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