Html Css Color HEX #E027D6 Razzle Dazzle Rose

📋 copy color: '#E027D6'

red 224 ◦ green 39 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E027D6

Tints of Razzle Dazzle Rose #E027D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 46.96%
G = 8.18%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E027D6 (or 0xE027D6) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and D6. RGB value is (224,39,214). Sum of RGB (Red+Green+Blue) = 224+39+214=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E027D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027D6 is #1FD829. Grayscale: #717171. Windows color (decimal): -2086954 or 14034912. OLE color: 14034912.

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

Color convert

RGB 224 39 214 -
CMYK 0 0.83 0.04 0.12
HSL 303.24º 0.75% 0.52% -
HSV(B) 303.24º 0.83% 0.88% -
XYZ 43.6 22.15 65.6 -
YUV 114.27 184.29 206.27 -
System Red Green Blue C M Y K H S L
Decimal 224 39 214 0 0.83 0.04 0.12 303.24 0.75 0.52
Hex E0 27 D6 0 53 4 C 12F 4B 34
Octal 340 47 326 0 123 4 14 457 113 64
Binary 11100000 100111 11010110 0 1010011 100 1100 100101111 1001011 110100

Color Harmonies of #E027D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027D6

Black with #E027D6

Text Example


Text Example

White with #E027D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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