#E434B5

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

Shades of Razzle Dazzle Rose #E434B5

Tints of Razzle Dazzle Rose #E434B5

Color information

#E434B5 (or 0xE434B5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 34 and B5. RGB value is (228,52,181). Sum of RGB (Red+Green+Blue) = 228+52+181=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E434B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434B5 is #1BCB4A. Grayscale: #767676. Windows color (decimal): -1821515 or 11875556. OLE color: 11875556.

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

Color convert

RGB22852181-
CMYK00.770.210.11
HSL316.02º76.52%54.9%-
HSV(B)316.02º77.19%89.41%-
XYZ41.5622.2945.83-
YUV119.33162.81205.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.46%
GREEN value IS 52 (20.70% from 255) = 11.28%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=49.46%
G=11.28%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2285218100.770.210.11316.0276.5254.9
HexE434B504D15B13c4d37
Octal344642650115251347411567
Binary1110010011010010110101010011011010110111001111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E434B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E434B5; }

 p { color: rgb(228,52,181); }

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

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

 a { background-color: rgb(228,52,181); }

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

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

 span { border-color: rgb(228,52,181); }

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