#E245B4

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

Shades of Razzle Dazzle Rose #E245B4

Tints of Razzle Dazzle Rose #E245B4

Color information

#E245B4 (or 0xE245B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 45 and B4. RGB value is (226,69,180). Sum of RGB (Red+Green+Blue) = 226+69+180=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E245B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245B4 is #1DBA4B. Grayscale: #808080. Windows color (decimal): -1948236 or 11814370. OLE color: 11814370.

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

Color convert

RGB22669180-
CMYK00.690.200.11
HSL317.58º73.02%57.84%-
HSV(B)317.58º69.47%88.63%-
XYZ41.7323.7245.56-
YUV128.6157.01197.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 69 (27.34% from 255) = 14.53%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=47.58%
G=14.53%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266918000.690.200.11317.5873.0257.84
HexE245B404514B13e493a
Octal3421052640105241347611172
Binary11100010100010110110100010001011010010111001111101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E245B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E245B4; }

 p { color: rgb(226,69,180); }

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

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

 a { background-color: rgb(226,69,180); }

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

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

 span { border-color: rgb(226,69,180); }

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