#E230B4

Color #E230B4 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E230B4

Tints of Spicy Pink #E230B4

Color information

#E230B4 (or 0xE230B4) is unknown color: approx Spicy Pink. HEX triplet: E2, 30 and B4. RGB value is (226,48,180). Sum of RGB (Red+Green+Blue) = 226+48+180=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E230B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E230B4 is #1DCF4B. Grayscale: #737373. Windows color (decimal): -1953612 or 11808994. OLE color: 11808994.

HSL color Cylindrical-coordinate representation of color #E230B4: hue angle of 315.51º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E230B4 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB22648180-
CMYK00.790.200.11
HSL315.51º75.42%53.73%-
HSV(B)315.51º78.76%88.63%-
XYZ40.6621.5845.2-
YUV116.27163.97206.27-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 48 (19.14% from 255) = 10.57%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=49.78%
G=10.57%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264818000.790.200.11315.5175.4253.73
HexE230B404F14B13c4b36
Octal342602640117241347411366
Binary1110001011000010110100010011111010010111001111001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E230B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E230B4; }

 p { color: rgb(226,48,180); }

 H1.HeaderClassName
 {
   color: #E230B4;
 }
 .AnyTagClassName
 {
   color: #E230B4;
 }
</style>
background-color css

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

 a { background-color: rgb(226,48,180); }

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

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

 span { border-color: rgb(226,48,180); }

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