#E243BD

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

Shades of Razzle Dazzle Rose #E243BD

Tints of Razzle Dazzle Rose #E243BD

Color information

#E243BD (or 0xE243BD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 43 and BD. RGB value is (226,67,189). Sum of RGB (Red+Green+Blue) = 226+67+189=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E243BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E243BD is #1DBC42. Grayscale: #808080. Windows color (decimal): -1948739 or 12403682. OLE color: 12403682.

HSL color Cylindrical-coordinate representation of color #E243BD: hue angle of 313.96º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E243BD is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22667189-
CMYK00.700.160.11
HSL313.96º73.27%57.45%-
HSV(B)313.96º70.35%88.63%-
XYZ42.5623.8650.51-
YUV128.45162.18197.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 67 (26.56% from 255) = 13.90%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=46.89%
G=13.90%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266718900.700.160.11313.9673.2757.45
HexE243BD04610B13a4939
Octal3421032750106201347211171
Binary11100010100001110111101010001101000010111001110101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E243BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E243BD; }

 p { color: rgb(226,67,189); }

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

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

 a { background-color: rgb(226,67,189); }

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

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

 span { border-color: rgb(226,67,189); }

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