#E427E2

Color #E427E2 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E427E2

Tints of Razzle Dazzle Rose #E427E2

Color information

#E427E2 (or 0xE427E2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E4, 27 and E2. RGB value is (228,39,226). Sum of RGB (Red+Green+Blue) = 228+39+226=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E427E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E427E2 is #1BD81D. Grayscale: #747474. Windows color (decimal): -1824798 or 14821348. OLE color: 14821348.

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

Color convert

RGB22839226-
CMYK00.830.010.11
HSL300.63º77.78%52.35%-
HSV(B)300.63º82.89%89.41%-
XYZ46.4523.4474.03-
YUV116.83189.62207.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.25%
GREEN value IS 39 (15.62% from 255) = 7.91%
BLUE value IS 226 (88.67% from 255) = 45.84%
R=46.25%
G=7.91%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2283922600.830.010.11300.6377.7852.35
HexE427E20531B12d4e34
Octal34447342012311345511664
Binary111001001001111110001001010011110111001011011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E427E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E427E2; }

 p { color: rgb(228,39,226); }

 H1.HeaderClassName
 {
   color: #E427E2;
 }
 .AnyTagClassName
 {
   color: #E427E2;
 }
</style>
background-color css

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

 a { background-color: rgb(228,39,226); }

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

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

 span { border-color: rgb(228,39,226); }

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