#E244BE

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

Shades of Razzle Dazzle Rose #E244BE

Tints of Razzle Dazzle Rose #E244BE

Color information

#E244BE (or 0xE244BE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 44 and BE. RGB value is (226,68,190). Sum of RGB (Red+Green+Blue) = 226+68+190=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E244BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E244BE is #1DBB41. Grayscale: #808080. Windows color (decimal): -1948482 or 12469474. OLE color: 12469474.

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

Color convert

RGB22668190-
CMYK00.700.160.11
HSL313.67º73.15%57.65%-
HSV(B)313.67º69.91%88.63%-
XYZ42.7324.0251.1-
YUV129.15162.35197.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 68 (26.95% from 255) = 14.05%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=46.69%
G=14.05%
B=39.26%

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
Decimal2266819000.700.160.11313.6773.1557.65
HexE244BE04610B13a493a
Octal3421042760106201347211172
Binary11100010100010010111110010001101000010111001110101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E244BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E244BE; }

 p { color: rgb(226,68,190); }

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

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

 a { background-color: rgb(226,68,190); }

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

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

 span { border-color: rgb(226,68,190); }

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