Html Css Color HEX #E328DE Razzle Dazzle Rose

📋 copy color: '#E328DE'

red 227 ◦ green 40 ◦ blue 222

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

Shades of Razzle Dazzle Rose #E328DE

Tints of Razzle Dazzle Rose #E328DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.4%

R = 46.42%
G = 8.18%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E328DE (or 0xE328DE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and DE. RGB value is (227,40,222). Sum of RGB (Red+Green+Blue) = 227+40+222=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E328DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328DE is #1CD721. Grayscale: #747474. Windows color (decimal): -1890082 or 14559459. OLE color: 14559459.

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

Color convert

RGB 227 40 222 -
CMYK 0 0.82 0.02 0.11
HSL 301.6º 0.77% 0.52% -
HSV(B) 301.6º 0.82% 0.89% -
XYZ 45.62 23.12 71.17 -
YUV 116.66 187.45 206.7 -
System Red Green Blue C M Y K H S L
Decimal 227 40 222 0 0.82 0.02 0.11 301.6 0.77 0.52
Hex E3 28 DE 0 52 2 B 12E 4D 34
Octal 343 50 336 0 122 2 13 456 115 64
Binary 11100011 101000 11011110 0 1010010 10 1011 100101110 1001101 110100

Color Harmonies of #E328DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328DE

Black with #E328DE

Text Example


Text Example

White with #E328DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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