Html Css Color HEX #E427DF Razzle Dazzle Rose

📋 copy color: '#E427DF'

red 228 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E427DF

Tints of Razzle Dazzle Rose #E427DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.96%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 46.53%
G = 7.96%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E427DF (or 0xE427DF) is known color: Razzle Dazzle Rose. HEX triplet: E4, 27 and DF. RGB value is (228,39,223). Sum of RGB (Red+Green+Blue) = 228+39+223=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E427DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E427DF is #1BD820. Grayscale: #737373. Windows color (decimal): -1824801 or 14624740. OLE color: 14624740.

HSL color Cylindrical-coordinate representation of color #E427DF: hue angle of 301.59º 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 #E427DF is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 39 223 -
CMYK 0 0.83 0.02 0.11
HSL 301.59º 0.78% 0.52% -
HSV(B) 301.59º 0.83% 0.89% -
XYZ 46.04 23.27 71.88 -
YUV 116.49 188.12 207.54 -
System Red Green Blue C M Y K H S L
Decimal 228 39 223 0 0.83 0.02 0.11 301.59 0.78 0.52
Hex E4 27 DF 0 53 2 B 12E 4E 34
Octal 344 47 337 0 123 2 13 456 116 64
Binary 11100100 100111 11011111 0 1010011 10 1011 100101110 1001110 110100

Color Harmonies of #E427DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E427DF

Black with #E427DF

Text Example


Text Example

White with #E427DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E427DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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