Html Css Color HEX #E525B2 Spicy Pink

📋 copy color: '#E525B2'

red 229 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #E525B2

Tints of Spicy Pink #E525B2

RGB

 RED value IS 229 (89.84% from 255) = 51.58%

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

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

R = 51.58%
G = 8.33%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E525B2 (or 0xE525B2) is known color: Spicy Pink. HEX triplet: E5, 25 and B2. RGB value is (229,37,178). Sum of RGB (Red+Green+Blue) = 229+37+178=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E525B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525B2 is #1ADA4D. Grayscale: #6E6E6E. Windows color (decimal): -1759822 or 11675109. OLE color: 11675109.

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

Color convert

RGB 229 37 178 -
CMYK 0 0.84 0.22 0.10
HSL 315.94º 0.79% 0.52% -
HSV(B) 315.94º 0.84% 0.9% -
XYZ 41.01 21.2 44.05 -
YUV 110.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 229 37 178 0 0.84 0.22 0.10 315.94 0.79 0.52
Hex E5 25 B2 0 54 16 A 13C 4F 34
Octal 345 45 262 0 124 26 12 474 117 64
Binary 11100101 100101 10110010 0 1010100 10110 1010 100111100 1001111 110100

Color Harmonies of #E525B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525B2

Black with #E525B2

Text Example


Text Example

White with #E525B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525B2; }

 p { color: rgb(229,37,178); }

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

background-color css

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

 a { background-color: rgb(229,37,178); }

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

border-color css

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

 span { border-color: rgb(229,37,178); }

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