Html Css Color HEX #E82FB4 Spicy Pink

📋 copy color: '#E82FB4'

red 232 ◦ green 47 ◦ blue 180

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

Shades of Spicy Pink #E82FB4

Tints of Spicy Pink #E82FB4

RGB

 RED value IS 232 (91.02% from 255) = 50.54%

 GREEN value IS 47 (18.75% from 255) = 10.24%

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

R = 50.54%
G = 10.24%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E82FB4 (or 0xE82FB4) is known color: Spicy Pink. HEX triplet: E8, 2F and B4. RGB value is (232,47,180). Sum of RGB (Red+Green+Blue) = 232+47+180=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E82FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E82FB4 is #17D04B. Grayscale: #757575. Windows color (decimal): -1560652 or 11808744. OLE color: 11808744.

HSL color Cylindrical-coordinate representation of color #E82FB4: hue angle of 316.86º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82FB4 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 47 180 -
CMYK 0 0.80 0.22 0.09
HSL 316.86º 0.8% 0.55% -
HSV(B) 316.86º 0.8% 0.91% -
XYZ 42.53 22.48 45.28 -
YUV 117.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 232 47 180 0 0.80 0.22 0.09 316.86 0.8 0.55
Hex E8 2F B4 0 50 16 9 13D 50 37
Octal 350 57 264 0 120 26 11 475 120 67
Binary 11101000 101111 10110100 0 1010000 10110 1001 100111101 1010000 110111

Color Harmonies of #E82FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82FB4

Black with #E82FB4

Text Example


Text Example

White with #E82FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82FB4; }

 p { color: rgb(232,47,180); }

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

background-color css

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

 a { background-color: rgb(232,47,180); }

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

border-color css

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

 span { border-color: rgb(232,47,180); }

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