#E741B3

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

Shades of Razzle Dazzle Rose #E741B3

Tints of Razzle Dazzle Rose #E741B3

Color information

#E741B3 (or 0xE741B3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E7, 41 and B3. RGB value is (231,65,179). Sum of RGB (Red+Green+Blue) = 231+65+179=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E741B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741B3 is #18BE4C. Grayscale: #7F7F7F. Windows color (decimal): -1621581 or 11747815. OLE color: 11747815.

HSL color Cylindrical-coordinate representation of color #E741B3: hue angle of 318.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E741B3 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23165179-
CMYK00.720.230.09
HSL318.8º77.57%58.04%-
HSV(B)318.8º71.86%90.59%-
XYZ42.9824.0245.02-
YUV127.63157201.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 65 (25.78% from 255) = 13.68%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=48.63%
G=13.68%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316517900.720.230.09318.877.5758.04
HexE741B304817913f4e3a
Octal3471012630110271147711672
Binary11100111100000110110011010010001011110011001111111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E741B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E741B3; }

 p { color: rgb(231,65,179); }

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

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

 a { background-color: rgb(231,65,179); }

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

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

 span { border-color: rgb(231,65,179); }

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