Html Css Color HEX #E61681 Deep Pink

📋 copy color: '#E61681'

red 230 ◦ green 22 ◦ blue 129

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

Shades of Deep Pink #E61681

Tints of Deep Pink #E61681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.77%

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

R = 60.37%
G = 5.77%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E61681 (or 0xE61681) is known color: Deep Pink. HEX triplet: E6, 16 and 81. RGB value is (230,22,129). Sum of RGB (Red+Green+Blue) = 230+22+129=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E61681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61681 is #19E97E. Grayscale: #606060. Windows color (decimal): -1698175 or 8460006. OLE color: 8460006.

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

Color convert

RGB 230 22 129 -
CMYK 0 0.90 0.44 0.10
HSL 329.13º 0.83% 0.49% -
HSV(B) 329.13º 0.9% 0.9% -
XYZ 36.88 18.98 22.49 -
YUV 96.39 146.41 223.3 -
System Red Green Blue C M Y K H S L
Decimal 230 22 129 0 0.90 0.44 0.10 329.13 0.83 0.49
Hex E6 16 81 0 5A 2C A 149 53 31
Octal 346 26 201 0 132 54 12 511 123 61
Binary 11100110 10110 10000001 0 1011010 101100 1010 101001001 1010011 110001

Color Harmonies of #E61681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61681

Black with #E61681

Text Example


Text Example

White with #E61681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61681; }

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

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

background-color css

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

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

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

border-color css

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

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

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