Html Css Color HEX #E32ADB Razzle Dazzle Rose

📋 copy color: '#E32ADB'

red 227 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E32ADB

Tints of Razzle Dazzle Rose #E32ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.61%

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

R = 46.52%
G = 8.61%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E32ADB (or 0xE32ADB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 2A and DB. RGB value is (227,42,219). Sum of RGB (Red+Green+Blue) = 227+42+219=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E32ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E32ADB is #1CD524. Grayscale: #747474. Windows color (decimal): -1889573 or 14363363. OLE color: 14363363.

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

Color convert

RGB 227 42 219 -
CMYK 0 0.81 0.04 0.11
HSL 302.59º 0.77% 0.53% -
HSV(B) 302.59º 0.81% 0.89% -
XYZ 45.29 23.1 69.09 -
YUV 117.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 227 42 219 0 0.81 0.04 0.11 302.59 0.77 0.53
Hex E3 2A DB 0 51 4 B 12F 4D 35
Octal 343 52 333 0 121 4 13 457 115 65
Binary 11100011 101010 11011011 0 1010001 100 1011 100101111 1001101 110101

Color Harmonies of #E32ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32ADB

Black with #E32ADB

Text Example


Text Example

White with #E32ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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