Html Css Color HEX #E324DB Razzle Dazzle Rose

📋 copy color: '#E324DB'

red 227 ◦ green 36 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E324DB

Tints of Razzle Dazzle Rose #E324DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.47%

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

R = 47.1%
G = 7.47%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E324DB (or 0xE324DB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 24 and DB. RGB value is (227,36,219). Sum of RGB (Red+Green+Blue) = 227+36+219=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E324DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324DB is #1CDB24. Grayscale: #717171. Windows color (decimal): -1891109 or 14361827. OLE color: 14361827.

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

Color convert

RGB 227 36 219 -
CMYK 0 0.84 0.04 0.11
HSL 302.51º 0.77% 0.52% -
HSV(B) 302.51º 0.84% 0.89% -
XYZ 45.1 22.71 69.02 -
YUV 113.97 187.28 208.62 -
System Red Green Blue C M Y K H S L
Decimal 227 36 219 0 0.84 0.04 0.11 302.51 0.77 0.52
Hex E3 24 DB 0 54 4 B 12F 4D 34
Octal 343 44 333 0 124 4 13 457 115 64
Binary 11100011 100100 11011011 0 1010100 100 1011 100101111 1001101 110100

Color Harmonies of #E324DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E324DB

Black with #E324DB

Text Example


Text Example

White with #E324DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E324DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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