Html Css Color HEX #E534DB Razzle Dazzle Rose

📋 copy color: '#E534DB'

red 229 ◦ green 52 ◦ blue 219

#E534DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #E534DB

Tints of Razzle Dazzle Rose #E534DB

RGB

 RED value IS 229 (89.84% from 255) = 45.8%

 GREEN value IS 52 (20.7% from 255) = 10.4%

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 45.8%
G = 10.4%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E534DB (or 0xE534DB) is known color: Razzle Dazzle Rose. HEX triplet: E5, 34 and DB. RGB value is (229,52,219). Sum of RGB (Red+Green+Blue) = 229+52+219=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E534DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E534DB is #1ACB24. Grayscale: #7B7B7B. Windows color (decimal): -1755941 or 14365925. OLE color: 14365925.

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

Color convert

RGB 229 52 219 -
CMYK 0 0.77 0.04 0.10
HSL 303.39º 0.77% 0.55% -
HSV(B) 303.39º 0.77% 0.9% -
XYZ 46.33 24.23 69.25 -
YUV 123.96 181.64 202.92 -
System Red Green Blue C M Y K H S L
Decimal 229 52 219 0 0.77 0.04 0.10 303.39 0.77 0.55
Hex E5 34 DB 0 4D 4 A 12F 4D 37
Octal 345 64 333 0 115 4 12 457 115 67
Binary 11100101 110100 11011011 0 1001101 100 1010 100101111 1001101 110111

Color Harmonies of #E534DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534DB

Black with #E534DB

Text Example


Text Example

White with #E534DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534DB; }

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

 H1.HeaderClassName
 {
   color: #E534DB;
 }
 .AnyTagClassName
 {
   color: #E534DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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