Html Css Color HEX #E027D9 Razzle Dazzle Rose

📋 copy color: '#E027D9'

red 224 ◦ green 39 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E027D9

Tints of Razzle Dazzle Rose #E027D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 46.67%
G = 8.13%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E027D9 (or 0xE027D9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and D9. RGB value is (224,39,217). Sum of RGB (Red+Green+Blue) = 224+39+217=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E027D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027D9 is #1FD826. Grayscale: #727272. Windows color (decimal): -2086951 or 14231520. OLE color: 14231520.

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

Color convert

RGB 224 39 217 -
CMYK 0 0.83 0.03 0.12
HSL 302.27º 0.75% 0.52% -
HSV(B) 302.27º 0.83% 0.88% -
XYZ 43.99 22.31 67.63 -
YUV 114.61 185.79 206.03 -
System Red Green Blue C M Y K H S L
Decimal 224 39 217 0 0.83 0.03 0.12 302.27 0.75 0.52
Hex E0 27 D9 0 53 3 C 12E 4B 34
Octal 340 47 331 0 123 3 14 456 113 64
Binary 11100000 100111 11011001 0 1010011 11 1100 100101110 1001011 110100

Color Harmonies of #E027D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027D9

Black with #E027D9

Text Example


Text Example

White with #E027D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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