Html Css Color HEX #E328DB Razzle Dazzle Rose

📋 copy color: '#E328DB'

red 227 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E328DB

Tints of Razzle Dazzle Rose #E328DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 46.71%
G = 8.23%
B = 45.06%

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

#E328DB (or 0xE328DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and DB. RGB value is (227,40,219). Sum of RGB (Red+Green+Blue) = 227+40+219=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E328DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328DB is #1CD724. Grayscale: #737373. Windows color (decimal): -1890085 or 14362851. OLE color: 14362851.

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

Color convert

RGB 227 40 219 -
CMYK 0 0.82 0.04 0.11
HSL 302.57º 0.77% 0.52% -
HSV(B) 302.57º 0.82% 0.89% -
XYZ 45.22 22.96 69.07 -
YUV 116.32 185.95 206.95 -
System Red Green Blue C M Y K H S L
Decimal 227 40 219 0 0.82 0.04 0.11 302.57 0.77 0.52
Hex E3 28 DB 0 52 4 B 12F 4D 34
Octal 343 50 333 0 122 4 13 457 115 64
Binary 11100011 101000 11011011 0 1010010 100 1011 100101111 1001101 110100

Color Harmonies of #E328DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328DB

Black with #E328DB

Text Example


Text Example

White with #E328DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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