Html Css Color HEX #E32BE5 Razzle Dazzle Rose

📋 copy color: '#E32BE5'

red 227 ◦ green 43 ◦ blue 229

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

Shades of Razzle Dazzle Rose #E32BE5

Tints of Razzle Dazzle Rose #E32BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.62%

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

R = 45.49%
G = 8.62%
B = 45.89%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E32BE5 (or 0xE32BE5) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2B and E5. RGB value is (227,43,229). Sum of RGB (Red+Green+Blue) = 227+43+229=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #E32BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32BE5 is #1CD41A. Grayscale: #767676. Windows color (decimal): -1889307 or 15018979. OLE color: 15018979.

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

Color convert

RGB 227 43 229 -
CMYK 0.01 0.81 0 0.10
HSL 299.35º 0.78% 0.53% -
HSV(B) 299.35º 0.81% 0.9% -
XYZ 46.69 23.72 76.25 -
YUV 119.22 189.96 204.88 -
System Red Green Blue C M Y K H S L
Decimal 227 43 229 0.01 0.81 0 0.10 299.35 0.78 0.53
Hex E3 2B E5 1 51 0 A 12B 4E 35
Octal 343 53 345 1 121 0 12 453 116 65
Binary 11100011 101011 11100101 1 1010001 0 1010 100101011 1001110 110101

Color Harmonies of #E32BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32BE5

Black with #E32BE5

Text Example


Text Example

White with #E32BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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