Html Css Color HEX #E329DB Razzle Dazzle Rose

📋 copy color: '#E329DB'

red 227 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E329DB

Tints of Razzle Dazzle Rose #E329DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.42%

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

R = 46.61%
G = 8.42%
B = 44.97%

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

#E329DB (or 0xE329DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 29 and DB. RGB value is (227,41,219). Sum of RGB (Red+Green+Blue) = 227+41+219=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E329DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E329DB is #1CD624. Grayscale: #747474. Windows color (decimal): -1889829 or 14363107. OLE color: 14363107.

HSL color Cylindrical-coordinate representation of color #E329DB: hue angle of 302.58º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329DB is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 41 219 -
CMYK 0 0.82 0.04 0.11
HSL 302.58º 0.77% 0.53% -
HSV(B) 302.58º 0.82% 0.89% -
XYZ 45.26 23.03 69.08 -
YUV 116.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 227 41 219 0 0.82 0.04 0.11 302.58 0.77 0.53
Hex E3 29 DB 0 52 4 B 12F 4D 35
Octal 343 51 333 0 122 4 13 457 115 65
Binary 11100011 101001 11011011 0 1010010 100 1011 100101111 1001101 110101

Color Harmonies of #E329DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329DB

Black with #E329DB

Text Example


Text Example

White with #E329DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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