Html Css Color HEX #E325DD Razzle Dazzle Rose

📋 copy color: '#E325DD'

red 227 ◦ green 37 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E325DD

Tints of Razzle Dazzle Rose #E325DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 46.8%
G = 7.63%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E325DD (or 0xE325DD) is known color: Razzle Dazzle Rose. HEX triplet: E3, 25 and DD. RGB value is (227,37,221). Sum of RGB (Red+Green+Blue) = 227+37+221=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E325DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E325DD is #1CDA22. Grayscale: #727272. Windows color (decimal): -1890851 or 14493155. OLE color: 14493155.

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

Color convert

RGB 227 37 221 -
CMYK 0 0.84 0.03 0.11
HSL 301.89º 0.77% 0.52% -
HSV(B) 301.89º 0.84% 0.89% -
XYZ 45.39 22.87 70.43 -
YUV 114.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 227 37 221 0 0.84 0.03 0.11 301.89 0.77 0.52
Hex E3 25 DD 0 54 3 B 12E 4D 34
Octal 343 45 335 0 124 3 13 456 115 64
Binary 11100011 100101 11011101 0 1010100 11 1011 100101110 1001101 110100

Color Harmonies of #E325DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E325DD

Black with #E325DD

Text Example


Text Example

White with #E325DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E325DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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