Html Css Color HEX #E621B0 Spicy Pink

📋 copy color: '#E621B0'

red 230 ◦ green 33 ◦ blue 176

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

Shades of Spicy Pink #E621B0

Tints of Spicy Pink #E621B0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.52%

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 52.39%
G = 7.52%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E621B0 (or 0xE621B0) is known color: Spicy Pink. HEX triplet: E6, 21 and B0. RGB value is (230,33,176). Sum of RGB (Red+Green+Blue) = 230+33+176=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E621B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E621B0 is #19DE4F. Grayscale: #6B6B6B. Windows color (decimal): -1695312 or 11543014. OLE color: 11543014.

HSL color Cylindrical-coordinate representation of color #E621B0: hue angle of 316.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621B0 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 33 176 -
CMYK 0 0.86 0.23 0.10
HSL 316.45º 0.8% 0.52% -
HSV(B) 316.45º 0.86% 0.9% -
XYZ 41.01 21.05 42.97 -
YUV 108.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 230 33 176 0 0.86 0.23 0.10 316.45 0.8 0.52
Hex E6 21 B0 0 56 17 A 13C 50 34
Octal 346 41 260 0 126 27 12 474 120 64
Binary 11100110 100001 10110000 0 1010110 10111 1010 100111100 1010000 110100

Color Harmonies of #E621B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621B0

Black with #E621B0

Text Example


Text Example

White with #E621B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621B0; }

 p { color: rgb(230,33,176); }

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

background-color css

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

 a { background-color: rgb(230,33,176); }

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

border-color css

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

 span { border-color: rgb(230,33,176); }

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