Html Css Color HEX #E325D9 Razzle Dazzle Rose

📋 copy color: '#E325D9'

red 227 ◦ green 37 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E325D9

Tints of Razzle Dazzle Rose #E325D9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.69%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 47.19%
G = 7.69%
B = 45.11%

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

#E325D9 (or 0xE325D9) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and D9. RGB value is (227,37,217). Sum of RGB (Red+Green+Blue) = 227+37+217=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E325D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325D9 is #1CDA26. Grayscale: #717171. Windows color (decimal): -1890855 or 14231011. OLE color: 14231011.

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

Color convert

RGB 227 37 217 -
CMYK 0 0.84 0.04 0.11
HSL 303.16º 0.77% 0.52% -
HSV(B) 303.16º 0.84% 0.89% -
XYZ 44.86 22.66 67.66 -
YUV 114.33 185.95 208.36 -
System Red Green Blue C M Y K H S L
Decimal 227 37 217 0 0.84 0.04 0.11 303.16 0.77 0.52
Hex E3 25 D9 0 54 4 B 12F 4D 34
Octal 343 45 331 0 124 4 13 457 115 64
Binary 11100011 100101 11011001 0 1010100 100 1011 100101111 1001101 110100

Color Harmonies of #E325D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325D9

Black with #E325D9

Text Example


Text Example

White with #E325D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325D9; }

 p { color: rgb(227,37,217); }

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

background-color css

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

 a { background-color: rgb(227,37,217); }

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

border-color css

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

 span { border-color: rgb(227,37,217); }

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