Html Css Color HEX #E42BAF Spicy Pink

📋 copy color: '#E42BAF'

red 228 ◦ green 43 ◦ blue 175

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

Shades of Spicy Pink #E42BAF

Tints of Spicy Pink #E42BAF

RGB

 RED value IS 228 (89.45% from 255) = 51.12%

 GREEN value IS 43 (17.19% from 255) = 9.64%

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 51.12%
G = 9.64%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E42BAF (or 0xE42BAF) is known color: Spicy Pink. HEX triplet: E4, 2B and AF. RGB value is (228,43,175). Sum of RGB (Red+Green+Blue) = 228+43+175=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E42BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42BAF is #1BD450. Grayscale: #717171. Windows color (decimal): -1823825 or 11480036. OLE color: 11480036.

HSL color Cylindrical-coordinate representation of color #E42BAF: hue angle of 317.19º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42BAF is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 43 175 -
CMYK 0 0.81 0.23 0.11
HSL 317.19º 0.77% 0.53% -
HSV(B) 317.19º 0.81% 0.89% -
XYZ 40.6 21.32 42.53 -
YUV 113.36 162.79 209.77 -
System Red Green Blue C M Y K H S L
Decimal 228 43 175 0 0.81 0.23 0.11 317.19 0.77 0.53
Hex E4 2B AF 0 51 17 B 13D 4D 35
Octal 344 53 257 0 121 27 13 475 115 65
Binary 11100100 101011 10101111 0 1010001 10111 1011 100111101 1001101 110101

Color Harmonies of #E42BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BAF

Black with #E42BAF

Text Example


Text Example

White with #E42BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BAF; }

 p { color: rgb(228,43,175); }

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

background-color css

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

 a { background-color: rgb(228,43,175); }

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

border-color css

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

 span { border-color: rgb(228,43,175); }

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