Html Css Color HEX #E329D4 Razzle Dazzle Rose

📋 copy color: '#E329D4'

red 227 ◦ green 41 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E329D4

Tints of Razzle Dazzle Rose #E329D4

RGB

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

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

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

R = 47.29%
G = 8.54%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E329D4 (or 0xE329D4) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and D4. RGB value is (227,41,212). Sum of RGB (Red+Green+Blue) = 227+41+212=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E329D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329D4 is #1CD62B. Grayscale: #737373. Windows color (decimal): -1889836 or 13904355. OLE color: 13904355.

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

Color convert

RGB 227 41 212 -
CMYK 0 0.82 0.07 0.11
HSL 304.84º 0.77% 0.53% -
HSV(B) 304.84º 0.82% 0.89% -
XYZ 44.36 22.67 64.33 -
YUV 116.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 227 41 212 0 0.82 0.07 0.11 304.84 0.77 0.53
Hex E3 29 D4 0 52 7 B 131 4D 35
Octal 343 51 324 0 122 7 13 461 115 65
Binary 11100011 101001 11010100 0 1010010 111 1011 100110001 1001101 110101

Color Harmonies of #E329D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329D4

Black with #E329D4

Text Example


Text Example

White with #E329D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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