#E141BC

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

Shades of Razzle Dazzle Rose #E141BC

Tints of Razzle Dazzle Rose #E141BC

Color information

#E141BC (or 0xE141BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 41 and BC. RGB value is (225,65,188). Sum of RGB (Red+Green+Blue) = 225+65+188=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E141BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141BC is #1EBE43. Grayscale: #7E7E7E. Windows color (decimal): -2014788 or 12337633. OLE color: 12337633.

HSL color Cylindrical-coordinate representation of color #E141BC: hue angle of 313.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141BC is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22565188-
CMYK00.710.160.12
HSL313.88º72.73%56.86%-
HSV(B)313.88º71.11%88.24%-
XYZ42.0223.4249.88-
YUV126.86162.51198-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 65 (25.78% from 255) = 13.60%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=47.07%
G=13.60%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256518800.710.160.12313.8872.7356.86
HexE141BC04710C13a4939
Octal3411012740107201447211171
Binary11100001100000110111100010001111000011001001110101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E141BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E141BC; }

 p { color: rgb(225,65,188); }

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

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

 a { background-color: rgb(225,65,188); }

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

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

 span { border-color: rgb(225,65,188); }

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