Html Css Color HEX #E61DB5 Spicy Pink

📋 copy color: '#E61DB5'

red 230 ◦ green 29 ◦ blue 181

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

Shades of Spicy Pink #E61DB5

Tints of Spicy Pink #E61DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 52.27%
G = 6.59%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E61DB5 (or 0xE61DB5) is known color: Spicy Pink. HEX triplet: E6, 1D and B5. RGB value is (230,29,181). Sum of RGB (Red+Green+Blue) = 230+29+181=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E61DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61DB5 is #19E24A. Grayscale: #6A6A6A. Windows color (decimal): -1696331 or 11869670. OLE color: 11869670.

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

Color convert

RGB 230 29 181 -
CMYK 0 0.87 0.21 0.10
HSL 314.63º 0.8% 0.51% -
HSV(B) 314.63º 0.87% 0.9% -
XYZ 41.41 21.04 45.59 -
YUV 106.43 170.09 216.14 -
System Red Green Blue C M Y K H S L
Decimal 230 29 181 0 0.87 0.21 0.10 314.63 0.8 0.51
Hex E6 1D B5 0 57 15 A 13B 50 33
Octal 346 35 265 0 127 25 12 473 120 63
Binary 11100110 11101 10110101 0 1010111 10101 1010 100111011 1010000 110011

Color Harmonies of #E61DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DB5

Black with #E61DB5

Text Example


Text Example

White with #E61DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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