Html Css Color HEX #E62DB5 Spicy Pink

📋 copy color: '#E62DB5'

red 230 ◦ green 45 ◦ blue 181

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

Shades of Spicy Pink #E62DB5

Tints of Spicy Pink #E62DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.87%

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

R = 50.44%
G = 9.87%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E62DB5 (or 0xE62DB5) is known color: Spicy Pink. HEX triplet: E6, 2D and B5. RGB value is (230,45,181). Sum of RGB (Red+Green+Blue) = 230+45+181=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DB5 is #19D24A. Grayscale: #737373. Windows color (decimal): -1692235 or 11873766. OLE color: 11873766.

HSL color Cylindrical-coordinate representation of color #E62DB5: hue angle of 315.89º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62DB5 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 45 181 -
CMYK 0 0.80 0.21 0.10
HSL 315.89º 0.79% 0.54% -
HSV(B) 315.89º 0.8% 0.9% -
XYZ 41.91 22.04 45.76 -
YUV 115.82 164.79 209.44 -
System Red Green Blue C M Y K H S L
Decimal 230 45 181 0 0.80 0.21 0.10 315.89 0.79 0.54
Hex E6 2D B5 0 50 15 A 13C 4F 36
Octal 346 55 265 0 120 25 12 474 117 66
Binary 11100110 101101 10110101 0 1010000 10101 1010 100111100 1001111 110110

Color Harmonies of #E62DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DB5

Black with #E62DB5

Text Example


Text Example

White with #E62DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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