Html Css Color HEX #E61481 Deep Pink

📋 copy color: '#E61481'

red 230 ◦ green 20 ◦ blue 129

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

Shades of Deep Pink #E61481

Tints of Deep Pink #E61481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.28%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 60.69%
G = 5.28%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E61481 (or 0xE61481) is known color: Deep Pink. HEX triplet: E6, 14 and 81. RGB value is (230,20,129). Sum of RGB (Red+Green+Blue) = 230+20+129=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E61481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61481 is #19EB7E. Grayscale: #5E5E5E. Windows color (decimal): -1698687 or 8459494. OLE color: 8459494.

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

Color convert

RGB 230 20 129 -
CMYK 0 0.91 0.44 0.10
HSL 328.86º 0.84% 0.49% -
HSV(B) 328.86º 0.91% 0.9% -
XYZ 36.85 18.91 22.48 -
YUV 95.22 147.07 224.14 -
System Red Green Blue C M Y K H S L
Decimal 230 20 129 0 0.91 0.44 0.10 328.86 0.84 0.49
Hex E6 14 81 0 5B 2C A 149 54 31
Octal 346 24 201 0 133 54 12 511 124 61
Binary 11100110 10100 10000001 0 1011011 101100 1010 101001001 1010100 110001

Color Harmonies of #E61481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61481

Black with #E61481

Text Example


Text Example

White with #E61481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61481; }

 p { color: rgb(230,20,129); }

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

background-color css

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

 a { background-color: rgb(230,20,129); }

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

border-color css

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

 span { border-color: rgb(230,20,129); }

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