Html Css Color HEX #E61585 Deep Pink

📋 copy color: '#E61585'

red 230 ◦ green 21 ◦ blue 133

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

Shades of Deep Pink #E61585

Tints of Deep Pink #E61585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 59.9%
G = 5.47%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E61585 (or 0xE61585) is known color: Deep Pink. HEX triplet: E6, 15 and 85. RGB value is (230,21,133). Sum of RGB (Red+Green+Blue) = 230+21+133=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E61585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61585 is #19EA7A. Grayscale: #606060. Windows color (decimal): -1698427 or 8721894. OLE color: 8721894.

HSL color Cylindrical-coordinate representation of color #E61585: hue angle of 327.85º degrees, saturation: 0.83, 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 #E61585 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 133 -
CMYK 0 0.91 0.42 0.10
HSL 327.85º 0.83% 0.49% -
HSV(B) 327.85º 0.91% 0.9% -
XYZ 37.13 19.05 23.91 -
YUV 96.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 230 21 133 0 0.91 0.42 0.10 327.85 0.83 0.49
Hex E6 15 85 0 5B 2A A 148 53 31
Octal 346 25 205 0 133 52 12 510 123 61
Binary 11100110 10101 10000101 0 1011011 101010 1010 101001000 1010011 110001

Color Harmonies of #E61585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61585

Black with #E61585

Text Example


Text Example

White with #E61585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61585; }

 p { color: rgb(230,21,133); }

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

background-color css

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

 a { background-color: rgb(230,21,133); }

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

border-color css

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

 span { border-color: rgb(230,21,133); }

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