Html Css Color HEX #E330E8 Razzle Dazzle Rose

📋 copy color: '#E330E8'

red 227 ◦ green 48 ◦ blue 232

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

Shades of Razzle Dazzle Rose #E330E8

Tints of Razzle Dazzle Rose #E330E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.76%

R = 44.77%
G = 9.47%
B = 45.76%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E330E8 (or 0xE330E8) is known color: Razzle Dazzle Rose. HEX triplet: E3, 30 and E8. RGB value is (227,48,232). Sum of RGB (Red+Green+Blue) = 227+48+232=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #E330E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E330E8 is #1CCF17. Grayscale: #797979. Windows color (decimal): -1888024 or 15216867. OLE color: 15216867.

HSL color Cylindrical-coordinate representation of color #E330E8: hue angle of 298.37º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E330E8 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 48 232 -
CMYK 0.02 0.79 0 0.09
HSL 298.37º 0.8% 0.55% -
HSV(B) 298.37º 0.79% 0.91% -
XYZ 47.3 24.27 78.54 -
YUV 122.5 189.8 202.54 -
System Red Green Blue C M Y K H S L
Decimal 227 48 232 0.02 0.79 0 0.09 298.37 0.8 0.55
Hex E3 30 E8 2 4F 0 9 12A 50 37
Octal 343 60 350 2 117 0 11 452 120 67
Binary 11100011 110000 11101000 10 1001111 0 1001 100101010 1010000 110111

Color Harmonies of #E330E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E330E8

Black with #E330E8

Text Example


Text Example

White with #E330E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E330E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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