Html Css Color HEX #E329DD Razzle Dazzle Rose

📋 copy color: '#E329DD'

red 227 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E329DD

Tints of Razzle Dazzle Rose #E329DD

RGB

 RED value IS 227 (89.06% from 255) = 46.42%

 GREEN value IS 41 (16.41% from 255) = 8.38%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 46.42%
G = 8.38%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E329DD (or 0xE329DD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and DD. RGB value is (227,41,221). Sum of RGB (Red+Green+Blue) = 227+41+221=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E329DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329DD is #1CD622. Grayscale: #747474. Windows color (decimal): -1889827 or 14494179. OLE color: 14494179.

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

Color convert

RGB 227 41 221 -
CMYK 0 0.82 0.03 0.11
HSL 301.94º 0.77% 0.53% -
HSV(B) 301.94º 0.82% 0.89% -
XYZ 45.52 23.14 70.47 -
YUV 117.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 227 41 221 0 0.82 0.03 0.11 301.94 0.77 0.53
Hex E3 29 DD 0 52 3 B 12E 4D 35
Octal 343 51 335 0 122 3 13 456 115 65
Binary 11100011 101001 11011101 0 1010010 11 1011 100101110 1001101 110101

Color Harmonies of #E329DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329DD

Black with #E329DD

Text Example


Text Example

White with #E329DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329DD; }

 p { color: rgb(227,41,221); }

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

background-color css

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

 a { background-color: rgb(227,41,221); }

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

border-color css

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

 span { border-color: rgb(227,41,221); }

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