Html Css Color HEX #E027D4 Razzle Dazzle Rose

📋 copy color: '#E027D4'

red 224 ◦ green 39 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E027D4

Tints of Razzle Dazzle Rose #E027D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 47.16%
G = 8.21%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E027D4 (or 0xE027D4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and D4. RGB value is (224,39,212). Sum of RGB (Red+Green+Blue) = 224+39+212=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E027D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027D4 is #1FD82B. Grayscale: #717171. Windows color (decimal): -2086956 or 13903840. OLE color: 13903840.

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

Color convert

RGB 224 39 212 -
CMYK 0 0.83 0.05 0.12
HSL 303.89º 0.75% 0.52% -
HSV(B) 303.89º 0.83% 0.88% -
XYZ 43.35 22.05 64.26 -
YUV 114.04 183.29 206.43 -
System Red Green Blue C M Y K H S L
Decimal 224 39 212 0 0.83 0.05 0.12 303.89 0.75 0.52
Hex E0 27 D4 0 53 5 C 130 4B 34
Octal 340 47 324 0 123 5 14 460 113 64
Binary 11100000 100111 11010100 0 1010011 101 1100 100110000 1001011 110100

Color Harmonies of #E027D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027D4

Black with #E027D4

Text Example


Text Example

White with #E027D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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