Html Css Color HEX #E61DB4 Spicy Pink

📋 copy color: '#E61DB4'

red 230 ◦ green 29 ◦ blue 180

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

Shades of Spicy Pink #E61DB4

Tints of Spicy Pink #E61DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41%

R = 52.39%
G = 6.61%
B = 41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E61DB4 (or 0xE61DB4) is known color: Spicy Pink. HEX triplet: E6, 1D and B4. RGB value is (230,29,180). Sum of RGB (Red+Green+Blue) = 230+29+180=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DB4 is #19E24B. Grayscale: #696969. Windows color (decimal): -1696332 or 11804134. OLE color: 11804134.

HSL color Cylindrical-coordinate representation of color #E61DB4: hue angle of 314.93º 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 #E61DB4 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 29 180 -
CMYK 0 0.87 0.22 0.10
HSL 314.93º 0.8% 0.51% -
HSV(B) 314.93º 0.87% 0.9% -
XYZ 41.31 21 45.06 -
YUV 106.31 169.59 216.22 -
System Red Green Blue C M Y K H S L
Decimal 230 29 180 0 0.87 0.22 0.10 314.93 0.8 0.51
Hex E6 1D B4 0 57 16 A 13B 50 33
Octal 346 35 264 0 127 26 12 473 120 63
Binary 11100110 11101 10110100 0 1010111 10110 1010 100111011 1010000 110011

Color Harmonies of #E61DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DB4

Black with #E61DB4

Text Example


Text Example

White with #E61DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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