Html Css Color HEX #E321E1 Razzle Dazzle Rose

📋 copy color: '#E321E1'

red 227 ◦ green 33 ◦ blue 225

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

Shades of Razzle Dazzle Rose #E321E1

Tints of Razzle Dazzle Rose #E321E1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.8%

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 46.8%
G = 6.8%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E321E1 (or 0xE321E1) is known color: Razzle Dazzle Rose. HEX triplet: E3, 21 and E1. RGB value is (227,33,225). Sum of RGB (Red+Green+Blue) = 227+33+225=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E321E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321E1 is #1CDE1E. Grayscale: #707070. Windows color (decimal): -1891871 or 14754275. OLE color: 14754275.

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

Color convert

RGB 227 33 225 -
CMYK 0 0.85 0.01 0.11
HSL 300.62º 0.78% 0.51% -
HSV(B) 300.62º 0.85% 0.89% -
XYZ 45.81 22.85 73.23 -
YUV 112.89 191.27 209.39 -
System Red Green Blue C M Y K H S L
Decimal 227 33 225 0 0.85 0.01 0.11 300.62 0.78 0.51
Hex E3 21 E1 0 55 1 B 12D 4E 33
Octal 343 41 341 0 125 1 13 455 116 63
Binary 11100011 100001 11100001 0 1010101 1 1011 100101101 1001110 110011

Color Harmonies of #E321E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321E1

Black with #E321E1

Text Example


Text Example

White with #E321E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321E1; }

 p { color: rgb(227,33,225); }

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

background-color css

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

 a { background-color: rgb(227,33,225); }

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

border-color css

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

 span { border-color: rgb(227,33,225); }

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