Html Css Color HEX #E328C7 Razzle Dazzle Rose

📋 copy color: '#E328C7'

red 227 ◦ green 40 ◦ blue 199

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

Shades of Razzle Dazzle Rose #E328C7

Tints of Razzle Dazzle Rose #E328C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.7%

R = 48.71%
G = 8.58%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E328C7 (or 0xE328C7) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and C7. RGB value is (227,40,199). Sum of RGB (Red+Green+Blue) = 227+40+199=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E328C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328C7 is #1CD738. Grayscale: #717171. Windows color (decimal): -1890105 or 13052131. OLE color: 13052131.

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

Color convert

RGB 227 40 199 -
CMYK 0 0.82 0.12 0.11
HSL 308.98º 0.77% 0.52% -
HSV(B) 308.98º 0.82% 0.89% -
XYZ 42.75 21.97 56.02 -
YUV 114.04 175.95 208.57 -
System Red Green Blue C M Y K H S L
Decimal 227 40 199 0 0.82 0.12 0.11 308.98 0.77 0.52
Hex E3 28 C7 0 52 C B 135 4D 34
Octal 343 50 307 0 122 14 13 465 115 64
Binary 11100011 101000 11000111 0 1010010 1100 1011 100110101 1001101 110100

Color Harmonies of #E328C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328C7

Black with #E328C7

Text Example


Text Example

White with #E328C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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