Html Css Color HEX #E330CE Razzle Dazzle Rose

📋 copy color: '#E330CE'

red 227 ◦ green 48 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E330CE

Tints of Razzle Dazzle Rose #E330CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.98%

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

R = 47.19%
G = 9.98%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E330CE (or 0xE330CE) is known color: Razzle Dazzle Rose. HEX triplet: E3, 30 and CE. RGB value is (227,48,206). Sum of RGB (Red+Green+Blue) = 227+48+206=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E330CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E330CE is #1CCF31. Grayscale: #777777. Windows color (decimal): -1888050 or 13512931. OLE color: 13512931.

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

Color convert

RGB 227 48 206 -
CMYK 0 0.79 0.09 0.11
HSL 307.04º 0.76% 0.54% -
HSV(B) 307.04º 0.79% 0.89% -
XYZ 43.88 22.9 60.5 -
YUV 119.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 227 48 206 0 0.79 0.09 0.11 307.04 0.76 0.54
Hex E3 30 CE 0 4F 9 B 133 4C 36
Octal 343 60 316 0 117 11 13 463 114 66
Binary 11100011 110000 11001110 0 1001111 1001 1011 100110011 1001100 110110

Color Harmonies of #E330CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E330CE

Black with #E330CE

Text Example


Text Example

White with #E330CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E330CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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