#E538DB

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

Shades of Razzle Dazzle Rose #E538DB

Tints of Razzle Dazzle Rose #E538DB

Color information

#E538DB (or 0xE538DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E5, 38 and DB. RGB value is (229,56,219). Sum of RGB (Red+Green+Blue) = 229+56+219=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E538DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538DB is #1AC724. Grayscale: #7D7D7D. Windows color (decimal): -1754917 or 14366949. OLE color: 14366949.

HSL color Cylindrical-coordinate representation of color #E538DB: hue angle of 303.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538DB is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB22956219-
CMYK00.760.040.10
HSL303.47º76.89%55.88%-
HSV(B)303.47º75.55%89.8%-
XYZ46.5124.669.31-
YUV126.31180.31201.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 56 (22.27% from 255) = 11.11%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=45.44%
G=11.11%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295621900.760.040.10303.4776.8955.88
HexE538DB04C4A12f4d38
Octal34570333011441245711570
Binary11100101111000110110110100110010010101001011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E538DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E538DB; }

 p { color: rgb(229,56,219); }

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

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

 a { background-color: rgb(229,56,219); }

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

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

 span { border-color: rgb(229,56,219); }

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