Html Css Color HEX #E027DA Razzle Dazzle Rose

📋 copy color: '#E027DA'

red 224 ◦ green 39 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E027DA

Tints of Razzle Dazzle Rose #E027DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 46.57%
G = 8.11%
B = 45.32%

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

#E027DA (or 0xE027DA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and DA. RGB value is (224,39,218). Sum of RGB (Red+Green+Blue) = 224+39+218=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E027DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027DA is #1FD825. Grayscale: #727272. Windows color (decimal): -2086950 or 14297056. OLE color: 14297056.

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

Color convert

RGB 224 39 218 -
CMYK 0 0.83 0.03 0.12
HSL 301.95º 0.75% 0.52% -
HSV(B) 301.95º 0.83% 0.88% -
XYZ 44.12 22.36 68.32 -
YUV 114.72 186.29 205.95 -
System Red Green Blue C M Y K H S L
Decimal 224 39 218 0 0.83 0.03 0.12 301.95 0.75 0.52
Hex E0 27 DA 0 53 3 C 12E 4B 34
Octal 340 47 332 0 123 3 14 456 113 64
Binary 11100000 100111 11011010 0 1010011 11 1100 100101110 1001011 110100

Color Harmonies of #E027DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027DA

Black with #E027DA

Text Example


Text Example

White with #E027DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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