#E241BF

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

Shades of Razzle Dazzle Rose #E241BF

Tints of Razzle Dazzle Rose #E241BF

Color information

#E241BF (or 0xE241BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 41 and BF. RGB value is (226,65,191). Sum of RGB (Red+Green+Blue) = 226+65+191=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E241BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E241BF is #1DBE40. Grayscale: #7F7F7F. Windows color (decimal): -1949249 or 12534242. OLE color: 12534242.

HSL color Cylindrical-coordinate representation of color #E241BF: hue angle of 313.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241BF is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB22665191-
CMYK00.710.150.11
HSL313.04º73.52%57.06%-
HSV(B)313.04º71.24%88.63%-
XYZ42.6623.7151.62-
YUV127.5163.84198.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 65 (25.78% from 255) = 13.49%
BLUE value IS 191 (75% from 255) = 39.63%
R=46.89%
G=13.49%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266519100.710.150.11313.0473.5257.06
HexE241BF047FB1394a39
Octal3421012770107171347111271
Binary1110001010000011011111101000111111110111001110011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E241BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E241BF; }

 p { color: rgb(226,65,191); }

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

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

 a { background-color: rgb(226,65,191); }

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

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

 span { border-color: rgb(226,65,191); }

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