Html Css Color HEX #E027D0 Razzle Dazzle Rose

📋 copy color: '#E027D0'

red 224 ◦ green 39 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E027D0

Tints of Razzle Dazzle Rose #E027D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 47.56%
G = 8.28%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E027D0 (or 0xE027D0) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and D0. RGB value is (224,39,208). Sum of RGB (Red+Green+Blue) = 224+39+208=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E027D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027D0 is #1FD82F. Grayscale: #717171. Windows color (decimal): -2086960 or 13641696. OLE color: 13641696.

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

Color convert

RGB 224 39 208 -
CMYK 0 0.83 0.07 0.12
HSL 305.19º 0.75% 0.52% -
HSV(B) 305.19º 0.83% 0.88% -
XYZ 42.85 21.85 61.63 -
YUV 113.58 181.29 206.76 -
System Red Green Blue C M Y K H S L
Decimal 224 39 208 0 0.83 0.07 0.12 305.19 0.75 0.52
Hex E0 27 D0 0 53 7 C 131 4B 34
Octal 340 47 320 0 123 7 14 461 113 64
Binary 11100000 100111 11010000 0 1010011 111 1100 100110001 1001011 110100

Color Harmonies of #E027D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027D0

Black with #E027D0

Text Example


Text Example

White with #E027D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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