#E330BF

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

Shades of Razzle Dazzle Rose #E330BF

Tints of Razzle Dazzle Rose #E330BF

Color information

#E330BF (or 0xE330BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E3, 30 and BF. RGB value is (227,48,191). Sum of RGB (Red+Green+Blue) = 227+48+191=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E330BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E330BF is #1CCF40. Grayscale: #757575. Windows color (decimal): -1888065 or 12529891. OLE color: 12529891.

HSL color Cylindrical-coordinate representation of color #E330BF: hue angle of 312.07º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E330BF is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22748191-
CMYK00.790.160.11
HSL312.07º76.17%53.92%-
HSV(B)312.07º78.85%89.02%-
XYZ42.1422.2151.36-
YUV117.82169.3205.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.71%
GREEN value IS 48 (19.14% from 255) = 10.30%
BLUE value IS 191 (75% from 255) = 40.99%
R=48.71%
G=10.30%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274819100.790.160.11312.0776.1753.92
HexE330BF04F10B1384c36
Octal343602770117201347011466
Binary1110001111000010111111010011111000010111001110001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E330BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E330BF; }

 p { color: rgb(227,48,191); }

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

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

 a { background-color: rgb(227,48,191); }

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

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

 span { border-color: rgb(227,48,191); }

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