#e132bc

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

Shades of Razzle Dazzle Rose #E132BC

Tints of Razzle Dazzle Rose #E132BC

Color information

#E132BC (or 0xE132BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 32 and BC. RGB value is (225,50,188). Sum of RGB (Red+Green+Blue) = 225+50+188=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E132BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132BC is #1ECD43. Grayscale: #757575. Windows color (decimal): -2018628 or 12333793. OLE color: 12333793.

HSL color Cylindrical-coordinate representation of color #E132BC: hue angle of 312.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132BC is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22550188-
CMYK00.780.160.12
HSL312.69º74.47%53.92%-
HSV(B)312.69º77.78%88.24%-
XYZ41.2721.9249.63-
YUV118.06167.48204.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 50 (19.92% from 255) = 10.80%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=48.60%
G=10.80%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255018800.780.160.12312.6974.4753.92
HexE132BC04E10C1394a36
Octal341622740116201447111266
Binary1110000111001010111100010011101000011001001110011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e132bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e132bc; }

 p { color: rgb(225,50,188); }

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

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

 a { background-color: rgb(225,50,188); }

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

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

 span { border-color: rgb(225,50,188); }

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