Html Css Color HEX #E324DA Razzle Dazzle Rose

📋 copy color: '#E324DA'

red 227 ◦ green 36 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E324DA

Tints of Razzle Dazzle Rose #E324DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 47.19%
G = 7.48%
B = 45.32%

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

#E324DA (or 0xE324DA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 24 and DA. RGB value is (227,36,218). Sum of RGB (Red+Green+Blue) = 227+36+218=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E324DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324DA is #1CDB25. Grayscale: #717171. Windows color (decimal): -1891110 or 14296291. OLE color: 14296291.

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

Color convert

RGB 227 36 218 -
CMYK 0 0.84 0.04 0.11
HSL 302.83º 0.77% 0.52% -
HSV(B) 302.83º 0.84% 0.89% -
XYZ 44.96 22.65 68.33 -
YUV 113.86 186.78 208.7 -
System Red Green Blue C M Y K H S L
Decimal 227 36 218 0 0.84 0.04 0.11 302.83 0.77 0.52
Hex E3 24 DA 0 54 4 B 12F 4D 34
Octal 343 44 332 0 124 4 13 457 115 64
Binary 11100011 100100 11011010 0 1010100 100 1011 100101111 1001101 110100

Color Harmonies of #E324DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E324DA

Black with #E324DA

Text Example


Text Example

White with #E324DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E324DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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