Html Css Color HEX #E925B9 Spicy Pink

📋 copy color: '#E925B9'

red 233 ◦ green 37 ◦ blue 185

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

Shades of Spicy Pink #E925B9

Tints of Spicy Pink #E925B9

RGB

 RED value IS 233 (91.41% from 255) = 51.21%

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

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

R = 51.21%
G = 8.13%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E925B9 (or 0xE925B9) is known color: Spicy Pink. HEX triplet: E9, 25 and B9. RGB value is (233,37,185). Sum of RGB (Red+Green+Blue) = 233+37+185=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E925B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925B9 is #16DA46. Grayscale: #707070. Windows color (decimal): -1497671 or 12133865. OLE color: 12133865.

HSL color Cylindrical-coordinate representation of color #E925B9: hue angle of 314.69º degrees, saturation: 0.82, 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 #E925B9 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 37 185 -
CMYK 0 0.84 0.21 0.09
HSL 314.69º 0.82% 0.53% -
HSV(B) 314.69º 0.84% 0.91% -
XYZ 43.02 22.15 47.91 -
YUV 112.48 168.93 213.97 -
System Red Green Blue C M Y K H S L
Decimal 233 37 185 0 0.84 0.21 0.09 314.69 0.82 0.53
Hex E9 25 B9 0 54 15 9 13B 52 35
Octal 351 45 271 0 124 25 11 473 122 65
Binary 11101001 100101 10111001 0 1010100 10101 1001 100111011 1010010 110101

Color Harmonies of #E925B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E925B9

Black with #E925B9

Text Example


Text Example

White with #E925B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E925B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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