#E143B5

Color #E143B5 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E143B5

Tints of Razzle Dazzle Rose #E143B5

Color information

#E143B5 (or 0xE143B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 43 and B5. RGB value is (225,67,181). Sum of RGB (Red+Green+Blue) = 225+67+181=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E143B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143B5 is #1EBC4A. Grayscale: #7E7E7E. Windows color (decimal): -2014283 or 11879393. OLE color: 11879393.

HSL color Cylindrical-coordinate representation of color #E143B5: hue angle of 316.71º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143B5 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22567181-
CMYK00.700.200.12
HSL316.71º72.48%57.25%-
HSV(B)316.71º70.22%88.24%-
XYZ41.423.3646.04-
YUV127.24158.35197.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 67 (26.56% from 255) = 14.16%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=47.57%
G=14.16%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256718100.700.200.12316.7172.4857.25
HexE143B504614C13d4839
Octal3411032650106241447511071
Binary11100001100001110110101010001101010011001001111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E143B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E143B5; }

 p { color: rgb(225,67,181); }

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

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

 a { background-color: rgb(225,67,181); }

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

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

 span { border-color: rgb(225,67,181); }

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