Html Css Color HEX #E61DB0 Spicy Pink

📋 copy color: '#E61DB0'

red 230 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #E61DB0

Tints of Spicy Pink #E61DB0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.67%

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 52.87%
G = 6.67%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E61DB0 (or 0xE61DB0) is known color: Spicy Pink. HEX triplet: E6, 1D and B0. RGB value is (230,29,176). Sum of RGB (Red+Green+Blue) = 230+29+176=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61DB0 is #19E24F. Grayscale: #696969. Windows color (decimal): -1696336 or 11541990. OLE color: 11541990.

HSL color Cylindrical-coordinate representation of color #E61DB0: hue angle of 316.12º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61DB0 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 29 176 -
CMYK 0 0.87 0.23 0.10
HSL 316.12º 0.8% 0.51% -
HSV(B) 316.12º 0.87% 0.9% -
XYZ 40.91 20.84 42.94 -
YUV 105.86 167.59 216.55 -
System Red Green Blue C M Y K H S L
Decimal 230 29 176 0 0.87 0.23 0.10 316.12 0.8 0.51
Hex E6 1D B0 0 57 17 A 13C 50 33
Octal 346 35 260 0 127 27 12 474 120 63
Binary 11100110 11101 10110000 0 1010111 10111 1010 100111100 1010000 110011

Color Harmonies of #E61DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DB0

Black with #E61DB0

Text Example


Text Example

White with #E61DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DB0; }

 p { color: rgb(230,29,176); }

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

background-color css

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

 a { background-color: rgb(230,29,176); }

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

border-color css

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

 span { border-color: rgb(230,29,176); }

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