Html Css Color HEX #E125B2 Spicy Pink

📋 copy color: '#E125B2'

red 225 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #E125B2

Tints of Spicy Pink #E125B2

RGB

 RED value IS 225 (88.28% from 255) = 51.14%

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

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

R = 51.14%
G = 8.41%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E125B2 (or 0xE125B2) is known color: Spicy Pink. HEX triplet: E1, 25 and B2. RGB value is (225,37,178). Sum of RGB (Red+Green+Blue) = 225+37+178=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E125B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E125B2 is #1EDA4D. Grayscale: #6C6C6C. Windows color (decimal): -2021966 or 11675105. OLE color: 11675105.

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

Color convert

RGB 225 37 178 -
CMYK 0 0.84 0.21 0.12
HSL 315º 0.76% 0.51% -
HSV(B) 315º 0.84% 0.88% -
XYZ 39.75 20.55 43.99 -
YUV 109.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 225 37 178 0 0.84 0.21 0.12 315 0.76 0.51
Hex E1 25 B2 0 54 15 C 13B 4C 33
Octal 341 45 262 0 124 25 14 473 114 63
Binary 11100001 100101 10110010 0 1010100 10101 1100 100111011 1001100 110011

Color Harmonies of #E125B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E125B2

Black with #E125B2

Text Example


Text Example

White with #E125B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E125B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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