#E143B4

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

Shades of Razzle Dazzle Rose #E143B4

Tints of Razzle Dazzle Rose #E143B4

Color information

#E143B4 (or 0xE143B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 43 and B4. RGB value is (225,67,180). Sum of RGB (Red+Green+Blue) = 225+67+180=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E143B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E143B4 is #1EBC4B. Grayscale: #7E7E7E. Windows color (decimal): -2014284 or 11813857. OLE color: 11813857.

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

Color convert

RGB22567180-
CMYK00.700.20.12
HSL317.09º72.48%57.25%-
HSV(B)317.09º70.22%88.24%-
XYZ41.323.3245.5-
YUV127.12157.85197.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 67 (26.56% from 255) = 14.19%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=47.67%
G=14.19%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256718000.700.20.12317.0972.4857.25
HexE143B404614C13d4839
Octal3411032640106241447511071
Binary11100001100001110110100010001101010011001001111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E143B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E143B4; }

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

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

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

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

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

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

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

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