Html Css Color HEX #E825B1 Spicy Pink

📋 copy color: '#E825B1'

red 232 ◦ green 37 ◦ blue 177

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

Shades of Spicy Pink #E825B1

Tints of Spicy Pink #E825B1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.3%

 BLUE value IS 177 (69.53% from 255) = 39.69%

R = 52.02%
G = 8.3%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E825B1 (or 0xE825B1) is known color: Spicy Pink. HEX triplet: E8, 25 and B1. RGB value is (232,37,177). Sum of RGB (Red+Green+Blue) = 232+37+177=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E825B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E825B1 is #17DA4E. Grayscale: #6E6E6E. Windows color (decimal): -1563215 or 11609576. OLE color: 11609576.

HSL color Cylindrical-coordinate representation of color #E825B1: hue angle of 316.92º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825B1 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 37 177 -
CMYK 0 0.84 0.24 0.09
HSL 316.92º 0.81% 0.53% -
HSV(B) 316.92º 0.84% 0.91% -
XYZ 41.88 21.65 43.57 -
YUV 111.27 165.1 214.12 -
System Red Green Blue C M Y K H S L
Decimal 232 37 177 0 0.84 0.24 0.09 316.92 0.81 0.53
Hex E8 25 B1 0 54 18 9 13D 51 35
Octal 350 45 261 0 124 30 11 475 121 65
Binary 11101000 100101 10110001 0 1010100 11000 1001 100111101 1010001 110101

Color Harmonies of #E825B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E825B1

Black with #E825B1

Text Example


Text Example

White with #E825B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E825B1; }

 p { color: rgb(232,37,177); }

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

background-color css

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

 a { background-color: rgb(232,37,177); }

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

border-color css

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

 span { border-color: rgb(232,37,177); }

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