Html Css Color HEX #E62DB2 Spicy Pink

📋 copy color: '#E62DB2'

red 230 ◦ green 45 ◦ blue 178

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

Shades of Spicy Pink #E62DB2

Tints of Spicy Pink #E62DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 50.77%
G = 9.93%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E62DB2 (or 0xE62DB2) is known color: Spicy Pink. HEX triplet: E6, 2D and B2. RGB value is (230,45,178). Sum of RGB (Red+Green+Blue) = 230+45+178=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62DB2 is #19D24D. Grayscale: #737373. Windows color (decimal): -1692238 or 11677158. OLE color: 11677158.

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

Color convert

RGB 230 45 178 -
CMYK 0 0.80 0.23 0.10
HSL 316.86º 0.79% 0.54% -
HSV(B) 316.86º 0.8% 0.9% -
XYZ 41.61 21.91 44.16 -
YUV 115.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 230 45 178 0 0.80 0.23 0.10 316.86 0.79 0.54
Hex E6 2D B2 0 50 17 A 13D 4F 36
Octal 346 55 262 0 120 27 12 475 117 66
Binary 11100110 101101 10110010 0 1010000 10111 1010 100111101 1001111 110110

Color Harmonies of #E62DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DB2

Black with #E62DB2

Text Example


Text Example

White with #E62DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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