Html Css Color HEX #E533D4 Razzle Dazzle Rose

📋 copy color: '#E533D4'

red 229 ◦ green 51 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E533D4

Tints of Razzle Dazzle Rose #E533D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.09%

R = 46.54%
G = 10.37%
B = 43.09%

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

#E533D4 (or 0xE533D4) is known color: Razzle Dazzle Rose. HEX triplet: E5, 33 and D4. RGB value is (229,51,212). Sum of RGB (Red+Green+Blue) = 229+51+212=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E533D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533D4 is #1ACC2B. Grayscale: #7A7A7A. Windows color (decimal): -1756204 or 13906917. OLE color: 13906917.

HSL color Cylindrical-coordinate representation of color #E533D4: hue angle of 305.73º 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 #E533D4 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 51 212 -
CMYK 0 0.78 0.07 0.10
HSL 305.73º 0.77% 0.55% -
HSV(B) 305.73º 0.78% 0.9% -
XYZ 45.38 23.78 64.49 -
YUV 122.58 178.47 203.91 -
System Red Green Blue C M Y K H S L
Decimal 229 51 212 0 0.78 0.07 0.10 305.73 0.77 0.55
Hex E5 33 D4 0 4E 7 A 132 4D 37
Octal 345 63 324 0 116 7 12 462 115 67
Binary 11100101 110011 11010100 0 1001110 111 1010 100110010 1001101 110111

Color Harmonies of #E533D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E533D4

Black with #E533D4

Text Example


Text Example

White with #E533D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E533D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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