#E236BC

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

Shades of Razzle Dazzle Rose #E236BC

Tints of Razzle Dazzle Rose #E236BC

Color information

#E236BC (or 0xE236BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 36 and BC. RGB value is (226,54,188). Sum of RGB (Red+Green+Blue) = 226+54+188=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E236BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E236BC is #1DC943. Grayscale: #787878. Windows color (decimal): -1952068 or 12334818. OLE color: 12334818.

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

Color convert

RGB22654188-
CMYK00.760.170.11
HSL313.26º74.78%54.9%-
HSV(B)313.26º76.11%88.63%-
XYZ41.7622.4449.71-
YUV120.7165.98203.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.29%
GREEN value IS 54 (21.48% from 255) = 11.54%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=48.29%
G=11.54%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265418800.760.170.11313.2674.7854.9
HexE236BC04C11B1394b37
Octal342662740114211347111367
Binary1110001011011010111100010011001000110111001110011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E236BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E236BC; }

 p { color: rgb(226,54,188); }

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

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

 a { background-color: rgb(226,54,188); }

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

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

 span { border-color: rgb(226,54,188); }

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