Html Css Color HEX #E327D4 Razzle Dazzle Rose

📋 copy color: '#E327D4'

red 227 ◦ green 39 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E327D4

Tints of Razzle Dazzle Rose #E327D4

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.16%

 BLUE value IS 212 (83.2% from 255) = 44.35%

R = 47.49%
G = 8.16%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E327D4 (or 0xE327D4) is known color: Razzle Dazzle Rose. HEX triplet: E3, 27 and D4. RGB value is (227,39,212). Sum of RGB (Red+Green+Blue) = 227+39+212=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E327D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E327D4 is #1CD82B. Grayscale: #727272. Windows color (decimal): -1890348 or 13903843. OLE color: 13903843.

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

Color convert

RGB 227 39 212 -
CMYK 0 0.83 0.07 0.11
HSL 304.79º 0.77% 0.52% -
HSV(B) 304.79º 0.83% 0.89% -
XYZ 44.29 22.54 64.3 -
YUV 114.93 182.78 207.93 -
System Red Green Blue C M Y K H S L
Decimal 227 39 212 0 0.83 0.07 0.11 304.79 0.77 0.52
Hex E3 27 D4 0 53 7 B 131 4D 34
Octal 343 47 324 0 123 7 13 461 115 64
Binary 11100011 100111 11010100 0 1010011 111 1011 100110001 1001101 110100

Color Harmonies of #E327D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E327D4

Black with #E327D4

Text Example


Text Example

White with #E327D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E327D4; }

 p { color: rgb(227,39,212); }

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

background-color css

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

 a { background-color: rgb(227,39,212); }

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

border-color css

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

 span { border-color: rgb(227,39,212); }

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