Html Css Color HEX #E332E5 Razzle Dazzle Rose

📋 copy color: '#E332E5'

red 227 ◦ green 50 ◦ blue 229

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

Shades of Razzle Dazzle Rose #E332E5

Tints of Razzle Dazzle Rose #E332E5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.88%

 BLUE value IS 229 (89.84% from 255) = 45.26%

R = 44.86%
G = 9.88%
B = 45.26%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E332E5 (or 0xE332E5) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and E5. RGB value is (227,50,229). Sum of RGB (Red+Green+Blue) = 227+50+229=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 50 (19.92% from 255 or 9.88% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #E332E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332E5 is #1CCD1A. Grayscale: #7A7A7A. Windows color (decimal): -1887515 or 15020771. OLE color: 15020771.

HSL color Cylindrical-coordinate representation of color #E332E5: hue angle of 299.33º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E332E5 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 50 229 -
CMYK 0.01 0.78 0 0.10
HSL 299.33º 0.77% 0.55% -
HSV(B) 299.33º 0.78% 0.9% -
XYZ 46.96 24.27 76.34 -
YUV 123.33 187.64 201.95 -
System Red Green Blue C M Y K H S L
Decimal 227 50 229 0.01 0.78 0 0.10 299.33 0.77 0.55
Hex E3 32 E5 1 4E 0 A 12B 4D 37
Octal 343 62 345 1 116 0 12 453 115 67
Binary 11100011 110010 11100101 1 1001110 0 1010 100101011 1001101 110111

Color Harmonies of #E332E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332E5

Black with #E332E5

Text Example


Text Example

White with #E332E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332E5; }

 p { color: rgb(227,50,229); }

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

background-color css

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

 a { background-color: rgb(227,50,229); }

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

border-color css

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

 span { border-color: rgb(227,50,229); }

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