Html Css Color HEX #E328DA Razzle Dazzle Rose

📋 copy color: '#E328DA'

red 227 ◦ green 40 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E328DA

Tints of Razzle Dazzle Rose #E328DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.25%

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

R = 46.8%
G = 8.25%
B = 44.95%

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

#E328DA (or 0xE328DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and DA. RGB value is (227,40,218). Sum of RGB (Red+Green+Blue) = 227+40+218=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E328DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328DA is #1CD725. Grayscale: #737373. Windows color (decimal): -1890086 or 14297315. OLE color: 14297315.

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

Color convert

RGB 227 40 218 -
CMYK 0 0.82 0.04 0.11
HSL 302.89º 0.77% 0.52% -
HSV(B) 302.89º 0.82% 0.89% -
XYZ 45.09 22.91 68.38 -
YUV 116.21 185.45 207.03 -
System Red Green Blue C M Y K H S L
Decimal 227 40 218 0 0.82 0.04 0.11 302.89 0.77 0.52
Hex E3 28 DA 0 52 4 B 12F 4D 34
Octal 343 50 332 0 122 4 13 457 115 64
Binary 11100011 101000 11011010 0 1010010 100 1011 100101111 1001101 110100

Color Harmonies of #E328DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328DA

Black with #E328DA

Text Example


Text Example

White with #E328DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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