Html Css Color HEX #E027DD Razzle Dazzle Rose

📋 copy color: '#E027DD'

red 224 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E027DD

Tints of Razzle Dazzle Rose #E027DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 46.28%
G = 8.06%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E027DD (or 0xE027DD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and DD. RGB value is (224,39,221). Sum of RGB (Red+Green+Blue) = 224+39+221=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E027DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027DD is #1FD822. Grayscale: #727272. Windows color (decimal): -2086947 or 14493664. OLE color: 14493664.

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

Color convert

RGB 224 39 221 -
CMYK 0 0.83 0.01 0.12
HSL 300.97º 0.75% 0.52% -
HSV(B) 300.97º 0.83% 0.88% -
XYZ 44.52 22.52 70.41 -
YUV 115.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 224 39 221 0 0.83 0.01 0.12 300.97 0.75 0.52
Hex E0 27 DD 0 53 1 C 12D 4B 34
Octal 340 47 335 0 123 1 14 455 113 64
Binary 11100000 100111 11011101 0 1010011 1 1100 100101101 1001011 110100

Color Harmonies of #E027DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027DD

Black with #E027DD

Text Example


Text Example

White with #E027DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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