Html Css Color HEX #E328C2 Razzle Dazzle Rose

📋 copy color: '#E328C2'

red 227 ◦ green 40 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E328C2

Tints of Razzle Dazzle Rose #E328C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 49.24%
G = 8.68%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E328C2 (or 0xE328C2) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and C2. RGB value is (227,40,194). Sum of RGB (Red+Green+Blue) = 227+40+194=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E328C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328C2 is #1CD73D. Grayscale: #717171. Windows color (decimal): -1890110 or 12724451. OLE color: 12724451.

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

Color convert

RGB 227 40 194 -
CMYK 0 0.82 0.15 0.11
HSL 310.59º 0.77% 0.52% -
HSV(B) 310.59º 0.82% 0.89% -
XYZ 42.17 21.74 53.01 -
YUV 113.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 227 40 194 0 0.82 0.15 0.11 310.59 0.77 0.52
Hex E3 28 C2 0 52 F B 137 4D 34
Octal 343 50 302 0 122 17 13 467 115 64
Binary 11100011 101000 11000010 0 1010010 1111 1011 100110111 1001101 110100

Color Harmonies of #E328C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328C2

Black with #E328C2

Text Example


Text Example

White with #E328C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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