Html Css Color HEX #E328C9 Razzle Dazzle Rose

📋 copy color: '#E328C9'

red 227 ◦ green 40 ◦ blue 201

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

Shades of Razzle Dazzle Rose #E328C9

Tints of Razzle Dazzle Rose #E328C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 48.5%
G = 8.55%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E328C9 (or 0xE328C9) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and C9. RGB value is (227,40,201). Sum of RGB (Red+Green+Blue) = 227+40+201=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E328C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328C9 is #1CD736. Grayscale: #717171. Windows color (decimal): -1890103 or 13183203. OLE color: 13183203.

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

Color convert

RGB 227 40 201 -
CMYK 0 0.82 0.11 0.11
HSL 308.34º 0.77% 0.52% -
HSV(B) 308.34º 0.82% 0.89% -
XYZ 42.98 22.07 57.25 -
YUV 114.27 176.95 208.41 -
System Red Green Blue C M Y K H S L
Decimal 227 40 201 0 0.82 0.11 0.11 308.34 0.77 0.52
Hex E3 28 C9 0 52 B B 134 4D 34
Octal 343 50 311 0 122 13 13 464 115 64
Binary 11100011 101000 11001001 0 1010010 1011 1011 100110100 1001101 110100

Color Harmonies of #E328C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328C9

Black with #E328C9

Text Example


Text Example

White with #E328C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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