Html Css Color HEX #E62DB4 Spicy Pink

📋 copy color: '#E62DB4'

red 230 ◦ green 45 ◦ blue 180

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

Shades of Spicy Pink #E62DB4

Tints of Spicy Pink #E62DB4

RGB

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

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

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

R = 50.55%
G = 9.89%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E62DB4 (or 0xE62DB4) is known color: Spicy Pink. HEX triplet: E6, 2D and B4. RGB value is (230,45,180). Sum of RGB (Red+Green+Blue) = 230+45+180=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DB4 is #19D24B. Grayscale: #737373. Windows color (decimal): -1692236 or 11808230. OLE color: 11808230.

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

Color convert

RGB 230 45 180 -
CMYK 0 0.80 0.22 0.10
HSL 316.22º 0.79% 0.54% -
HSV(B) 316.22º 0.8% 0.9% -
XYZ 41.81 22 45.22 -
YUV 115.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 230 45 180 0 0.80 0.22 0.10 316.22 0.79 0.54
Hex E6 2D B4 0 50 16 A 13C 4F 36
Octal 346 55 264 0 120 26 12 474 117 66
Binary 11100110 101101 10110100 0 1010000 10110 1010 100111100 1001111 110110

Color Harmonies of #E62DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DB4

Black with #E62DB4

Text Example


Text Example

White with #E62DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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