#E143BE

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

Shades of Razzle Dazzle Rose #E143BE

Tints of Razzle Dazzle Rose #E143BE

Color information

#E143BE (or 0xE143BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 43 and BE. RGB value is (225,67,190). Sum of RGB (Red+Green+Blue) = 225+67+190=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E143BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143BE is #1EBC41. Grayscale: #7F7F7F. Windows color (decimal): -2014274 or 12469217. OLE color: 12469217.

HSL color Cylindrical-coordinate representation of color #E143BE: hue angle of 313.29º 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 #E143BE is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22567190-
CMYK00.700.160.12
HSL313.29º72.48%57.25%-
HSV(B)313.29º70.22%88.24%-
XYZ42.3523.7451.07-
YUV128.26162.85197-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 67 (26.56% from 255) = 13.90%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=46.68%
G=13.90%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256719000.700.160.12313.2972.4857.25
HexE143BE04610C1394839
Octal3411032760106201447111071
Binary11100001100001110111110010001101000011001001110011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E143BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E143BE; }

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

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

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

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

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

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

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

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