Html Css Color HEX #E320D4 Razzle Dazzle Rose

📋 copy color: '#E320D4'

red 227 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E320D4

Tints of Razzle Dazzle Rose #E320D4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.79%

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

R = 48.2%
G = 6.79%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E320D4 (or 0xE320D4) is known color: Razzle Dazzle Rose. HEX triplet: E3, 20 and D4. RGB value is (227,32,212). Sum of RGB (Red+Green+Blue) = 227+32+212=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E320D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320D4 is #1CDF2B. Grayscale: #6E6E6E. Windows color (decimal): -1892140 or 13902051. OLE color: 13902051.

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

Color convert

RGB 227 32 212 -
CMYK 0 0.86 0.07 0.11
HSL 304.62º 0.78% 0.51% -
HSV(B) 304.62º 0.86% 0.89% -
XYZ 44.08 22.12 64.23 -
YUV 110.83 185.1 210.86 -
System Red Green Blue C M Y K H S L
Decimal 227 32 212 0 0.86 0.07 0.11 304.62 0.78 0.51
Hex E3 20 D4 0 56 7 B 131 4E 33
Octal 343 40 324 0 126 7 13 461 116 63
Binary 11100011 100000 11010100 0 1010110 111 1011 100110001 1001110 110011

Color Harmonies of #E320D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E320D4

Black with #E320D4

Text Example


Text Example

White with #E320D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E320D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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