#E230B7

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

Shades of Razzle Dazzle Rose #E230B7

Tints of Razzle Dazzle Rose #E230B7

Color information

#E230B7 (or 0xE230B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 30 and B7. RGB value is (226,48,183). Sum of RGB (Red+Green+Blue) = 226+48+183=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E230B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E230B7 is #1DCF48. Grayscale: #747474. Windows color (decimal): -1953609 or 12005602. OLE color: 12005602.

HSL color Cylindrical-coordinate representation of color #E230B7: hue angle of 314.49º degrees, saturation: 0.75, 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 #E230B7 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB22648183-
CMYK00.790.190.11
HSL314.49º75.42%53.73%-
HSV(B)314.49º78.76%88.63%-
XYZ40.9721.746.83-
YUV116.61165.47206.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.45%
GREEN value IS 48 (19.14% from 255) = 10.50%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=49.45%
G=10.50%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2264818300.790.190.11314.4975.4253.73
HexE230B704F13B13a4b36
Octal342602670117231347211366
Binary1110001011000010110111010011111001110111001110101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E230B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E230B7; }

 p { color: rgb(226,48,183); }

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

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

 a { background-color: rgb(226,48,183); }

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

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

 span { border-color: rgb(226,48,183); }

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