Html Css Color HEX #E62DB6 Spicy Pink

📋 copy color: '#E62DB6'

red 230 ◦ green 45 ◦ blue 182

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

Shades of Spicy Pink #E62DB6

Tints of Spicy Pink #E62DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.82%

R = 50.33%
G = 9.85%
B = 39.82%

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

#E62DB6 (or 0xE62DB6) is known color: Spicy Pink. HEX triplet: E6, 2D and B6. RGB value is (230,45,182). Sum of RGB (Red+Green+Blue) = 230+45+182=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DB6 is #19D249. Grayscale: #737373. Windows color (decimal): -1692234 or 11939302. OLE color: 11939302.

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

Color convert

RGB 230 45 182 -
CMYK 0 0.80 0.21 0.10
HSL 315.57º 0.79% 0.54% -
HSV(B) 315.57º 0.8% 0.9% -
XYZ 42.02 22.08 46.3 -
YUV 115.93 165.29 209.36 -
System Red Green Blue C M Y K H S L
Decimal 230 45 182 0 0.80 0.21 0.10 315.57 0.79 0.54
Hex E6 2D B6 0 50 15 A 13C 4F 36
Octal 346 55 266 0 120 25 12 474 117 66
Binary 11100110 101101 10110110 0 1010000 10101 1010 100111100 1001111 110110

Color Harmonies of #E62DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DB6

Black with #E62DB6

Text Example


Text Example

White with #E62DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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