Html Css Color HEX #E332CE Razzle Dazzle Rose

📋 copy color: '#E332CE'

red 227 ◦ green 50 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E332CE

Tints of Razzle Dazzle Rose #E332CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 47%
G = 10.35%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E332CE (or 0xE332CE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 32 and CE. RGB value is (227,50,206). Sum of RGB (Red+Green+Blue) = 227+50+206=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E332CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E332CE is #1CCD31. Grayscale: #787878. Windows color (decimal): -1887538 or 13513443. OLE color: 13513443.

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

Color convert

RGB 227 50 206 -
CMYK 0 0.78 0.09 0.11
HSL 307.12º 0.76% 0.54% -
HSV(B) 307.12º 0.78% 0.89% -
XYZ 43.96 23.07 60.53 -
YUV 120.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 227 50 206 0 0.78 0.09 0.11 307.12 0.76 0.54
Hex E3 32 CE 0 4E 9 B 133 4C 36
Octal 343 62 316 0 116 11 13 463 114 66
Binary 11100011 110010 11001110 0 1001110 1001 1011 100110011 1001100 110110

Color Harmonies of #E332CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332CE

Black with #E332CE

Text Example


Text Example

White with #E332CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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