Html Css Color HEX #E025B9 Spicy Pink

📋 copy color: '#E025B9'

red 224 ◦ green 37 ◦ blue 185

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

Shades of Spicy Pink #E025B9

Tints of Spicy Pink #E025B9

RGB

 RED value IS 224 (87.89% from 255) = 50.22%

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 50.22%
G = 8.3%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E025B9 (or 0xE025B9) is known color: Spicy Pink. HEX triplet: E0, 25 and B9. RGB value is (224,37,185). Sum of RGB (Red+Green+Blue) = 224+37+185=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E025B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025B9 is #1FDA46. Grayscale: #6D6D6D. Windows color (decimal): -2087495 or 12133856. OLE color: 12133856.

HSL color Cylindrical-coordinate representation of color #E025B9: hue angle of 312.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E025B9 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 185 -
CMYK 0 0.83 0.17 0.12
HSL 312.51º 0.75% 0.51% -
HSV(B) 312.51º 0.83% 0.88% -
XYZ 40.16 20.67 47.77 -
YUV 109.79 170.45 209.47 -
System Red Green Blue C M Y K H S L
Decimal 224 37 185 0 0.83 0.17 0.12 312.51 0.75 0.51
Hex E0 25 B9 0 53 11 C 139 4B 33
Octal 340 45 271 0 123 21 14 471 113 63
Binary 11100000 100101 10111001 0 1010011 10001 1100 100111001 1001011 110011

Color Harmonies of #E025B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E025B9

Black with #E025B9

Text Example


Text Example

White with #E025B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E025B9; }

 p { color: rgb(224,37,185); }

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

background-color css

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

 a { background-color: rgb(224,37,185); }

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

border-color css

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

 span { border-color: rgb(224,37,185); }

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