Html Css Color HEX #E027DF Razzle Dazzle Rose

📋 copy color: '#E027DF'

red 224 ◦ green 39 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E027DF

Tints of Razzle Dazzle Rose #E027DF

RGB

 RED value IS 224 (87.89% from 255) = 46.09%

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

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

R = 46.09%
G = 8.02%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E027DF (or 0xE027DF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and DF. RGB value is (224,39,223). Sum of RGB (Red+Green+Blue) = 224+39+223=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E027DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027DF is #1FD820. Grayscale: #727272. Windows color (decimal): -2086945 or 14624736. OLE color: 14624736.

HSL color Cylindrical-coordinate representation of color #E027DF: hue angle of 300.32º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027DF is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 39 223 -
CMYK 0 0.83 0.00 0.12
HSL 300.32º 0.75% 0.52% -
HSV(B) 300.32º 0.83% 0.88% -
XYZ 44.79 22.63 71.82 -
YUV 115.29 188.79 205.54 -
System Red Green Blue C M Y K H S L
Decimal 224 39 223 0 0.83 0.00 0.12 300.32 0.75 0.52
Hex E0 27 DF 0 53 0 C 12C 4B 34
Octal 340 47 337 0 123 0 14 454 113 64
Binary 11100000 100111 11011111 0 1010011 0 1100 100101100 1001011 110100

Color Harmonies of #E027DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027DF

Black with #E027DF

Text Example


Text Example

White with #E027DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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