#E141B9

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

Shades of Razzle Dazzle Rose #E141B9

Tints of Razzle Dazzle Rose #E141B9

Color information

#E141B9 (or 0xE141B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 41 and B9. RGB value is (225,65,185). Sum of RGB (Red+Green+Blue) = 225+65+185=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E141B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141B9 is #1EBE46. Grayscale: #7E7E7E. Windows color (decimal): -2014791 or 12141025. OLE color: 12141025.

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

Color convert

RGB22565185-
CMYK00.710.180.12
HSL315º72.73%56.86%-
HSV(B)315º71.11%88.24%-
XYZ41.723.2948.2-
YUV126.52161.01198.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 65 (25.78% from 255) = 13.68%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=47.37%
G=13.68%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256518500.710.180.1231572.7356.86
HexE141B904712C13b4939
Octal3411012710107221447311171
Binary11100001100000110111001010001111001011001001110111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E141B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E141B9; }

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

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

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

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

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

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

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

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