Html Css Color HEX #E61385 Deep Pink

📋 copy color: '#E61385'

red 230 ◦ green 19 ◦ blue 133

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

Shades of Deep Pink #E61385

Tints of Deep Pink #E61385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

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

R = 60.21%
G = 4.97%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E61385 (or 0xE61385) is known color: Deep Pink. HEX triplet: E6, 13 and 85. RGB value is (230,19,133). Sum of RGB (Red+Green+Blue) = 230+19+133=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E61385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61385 is #19EC7A. Grayscale: #5E5E5E. Windows color (decimal): -1698939 or 8721382. OLE color: 8721382.

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

Color convert

RGB 230 19 133 -
CMYK 0 0.92 0.42 0.10
HSL 327.58º 0.85% 0.49% -
HSV(B) 327.58º 0.92% 0.9% -
XYZ 37.1 18.98 23.9 -
YUV 95.09 149.4 224.23 -
System Red Green Blue C M Y K H S L
Decimal 230 19 133 0 0.92 0.42 0.10 327.58 0.85 0.49
Hex E6 13 85 0 5C 2A A 148 55 31
Octal 346 23 205 0 134 52 12 510 125 61
Binary 11100110 10011 10000101 0 1011100 101010 1010 101001000 1010101 110001

Color Harmonies of #E61385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61385

Black with #E61385

Text Example


Text Example

White with #E61385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61385; }

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

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

background-color css

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

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

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

border-color css

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

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

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