Html Css Color HEX #E321CD Razzle Dazzle Rose

📋 copy color: '#E321CD'

red 227 ◦ green 33 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E321CD

Tints of Razzle Dazzle Rose #E321CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 48.82%
G = 7.1%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E321CD (or 0xE321CD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 21 and CD. RGB value is (227,33,205). Sum of RGB (Red+Green+Blue) = 227+33+205=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E321CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321CD is #1CDE32. Grayscale: #6E6E6E. Windows color (decimal): -1891891 or 13443555. OLE color: 13443555.

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

Color convert

RGB 227 33 205 -
CMYK 0 0.85 0.10 0.11
HSL 306.8º 0.78% 0.51% -
HSV(B) 306.8º 0.85% 0.89% -
XYZ 43.24 21.83 59.69 -
YUV 110.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 227 33 205 0 0.85 0.10 0.11 306.8 0.78 0.51
Hex E3 21 CD 0 55 A B 133 4E 33
Octal 343 41 315 0 125 12 13 463 116 63
Binary 11100011 100001 11001101 0 1010101 1010 1011 100110011 1001110 110011

Color Harmonies of #E321CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321CD

Black with #E321CD

Text Example


Text Example

White with #E321CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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