Html Css Color HEX #E533D5 Razzle Dazzle Rose

📋 copy color: '#E533D5'

red 229 ◦ green 51 ◦ blue 213

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

Shades of Razzle Dazzle Rose #E533D5

Tints of Razzle Dazzle Rose #E533D5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.34%

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 46.45%
G = 10.34%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E533D5 (or 0xE533D5) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and D5. RGB value is (229,51,213). Sum of RGB (Red+Green+Blue) = 229+51+213=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E533D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533D5 is #1ACC2A. Grayscale: #7A7A7A. Windows color (decimal): -1756203 or 13972453. OLE color: 13972453.

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

Color convert

RGB 229 51 213 -
CMYK 0 0.78 0.07 0.10
HSL 305.39º 0.77% 0.55% -
HSV(B) 305.39º 0.78% 0.9% -
XYZ 45.51 23.83 65.15 -
YUV 122.69 178.97 203.83 -
System Red Green Blue C M Y K H S L
Decimal 229 51 213 0 0.78 0.07 0.10 305.39 0.77 0.55
Hex E5 33 D5 0 4E 7 A 131 4D 37
Octal 345 63 325 0 116 7 12 461 115 67
Binary 11100101 110011 11010101 0 1001110 111 1010 100110001 1001101 110111

Color Harmonies of #E533D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E533D5

Black with #E533D5

Text Example


Text Example

White with #E533D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E533D5; }

 p { color: rgb(229,51,213); }

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

background-color css

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

 a { background-color: rgb(229,51,213); }

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

border-color css

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

 span { border-color: rgb(229,51,213); }

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