Html Css Color HEX #E329DA Razzle Dazzle Rose

📋 copy color: '#E329DA'

red 227 ◦ green 41 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E329DA

Tints of Razzle Dazzle Rose #E329DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 46.71%
G = 8.44%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E329DA (or 0xE329DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and DA. RGB value is (227,41,218). Sum of RGB (Red+Green+Blue) = 227+41+218=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E329DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329DA is #1CD625. Grayscale: #747474. Windows color (decimal): -1889830 or 14297571. OLE color: 14297571.

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

Color convert

RGB 227 41 218 -
CMYK 0 0.82 0.04 0.11
HSL 302.9º 0.77% 0.53% -
HSV(B) 302.9º 0.82% 0.89% -
XYZ 45.13 22.98 68.39 -
YUV 116.79 185.12 206.61 -
System Red Green Blue C M Y K H S L
Decimal 227 41 218 0 0.82 0.04 0.11 302.9 0.77 0.53
Hex E3 29 DA 0 52 4 B 12F 4D 35
Octal 343 51 332 0 122 4 13 457 115 65
Binary 11100011 101001 11011010 0 1010010 100 1011 100101111 1001101 110101

Color Harmonies of #E329DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329DA

Black with #E329DA

Text Example


Text Example

White with #E329DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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