Html Css Color HEX #E32DDB Razzle Dazzle Rose

📋 copy color: '#E32DDB'

red 227 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E32DDB

Tints of Razzle Dazzle Rose #E32DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.16%

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 46.23%
G = 9.16%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E32DDB (or 0xE32DDB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2D and DB. RGB value is (227,45,219). Sum of RGB (Red+Green+Blue) = 227+45+219=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32DDB is #1CD224. Grayscale: #767676. Windows color (decimal): -1888805 or 14364131. OLE color: 14364131.

HSL color Cylindrical-coordinate representation of color #E32DDB: hue angle of 302.64º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DDB is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 45 219 -
CMYK 0 0.80 0.04 0.11
HSL 302.64º 0.76% 0.53% -
HSV(B) 302.64º 0.8% 0.89% -
XYZ 45.4 23.32 69.13 -
YUV 119.25 184.3 204.85 -
System Red Green Blue C M Y K H S L
Decimal 227 45 219 0 0.80 0.04 0.11 302.64 0.76 0.53
Hex E3 2D DB 0 50 4 B 12F 4C 35
Octal 343 55 333 0 120 4 13 457 114 65
Binary 11100011 101101 11011011 0 1010000 100 1011 100101111 1001100 110101

Color Harmonies of #E32DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32DDB

Black with #E32DDB

Text Example


Text Example

White with #E32DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32DDB; }

 p { color: rgb(227,45,219); }

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

background-color css

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

 a { background-color: rgb(227,45,219); }

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

border-color css

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

 span { border-color: rgb(227,45,219); }

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