Html Css Color HEX #E432E0 Razzle Dazzle Rose

📋 copy color: '#E432E0'

red 228 ◦ green 50 ◦ blue 224

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

Shades of Razzle Dazzle Rose #E432E0

Tints of Razzle Dazzle Rose #E432E0

RGB

 RED value IS 228 (89.45% from 255) = 45.42%

 GREEN value IS 50 (19.92% from 255) = 9.96%

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 45.42%
G = 9.96%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E432E0 (or 0xE432E0) is known color: Razzle Dazzle Rose. HEX triplet: E4, 32 and E0. RGB value is (228,50,224). Sum of RGB (Red+Green+Blue) = 228+50+224=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E432E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E432E0 is #1BCD1F. Grayscale: #7A7A7A. Windows color (decimal): -1821984 or 14693092. OLE color: 14693092.

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

Color convert

RGB 228 50 224 -
CMYK 0 0.78 0.02 0.11
HSL 301.35º 0.77% 0.55% -
HSV(B) 301.35º 0.78% 0.89% -
XYZ 46.59 24.16 72.73 -
YUV 123.06 184.97 202.85 -
System Red Green Blue C M Y K H S L
Decimal 228 50 224 0 0.78 0.02 0.11 301.35 0.77 0.55
Hex E4 32 E0 0 4E 2 B 12D 4D 37
Octal 344 62 340 0 116 2 13 455 115 67
Binary 11100100 110010 11100000 0 1001110 10 1011 100101101 1001101 110111

Color Harmonies of #E432E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E432E0

Black with #E432E0

Text Example


Text Example

White with #E432E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E432E0; }

 p { color: rgb(228,50,224); }

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

background-color css

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

 a { background-color: rgb(228,50,224); }

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

border-color css

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

 span { border-color: rgb(228,50,224); }

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