Html Css Color HEX #E027DB Razzle Dazzle Rose

📋 copy color: '#E027DB'

red 224 ◦ green 39 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E027DB

Tints of Razzle Dazzle Rose #E027DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 46.47%
G = 8.09%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E027DB (or 0xE027DB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and DB. RGB value is (224,39,219). Sum of RGB (Red+Green+Blue) = 224+39+219=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E027DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027DB is #1FD824. Grayscale: #727272. Windows color (decimal): -2086949 or 14362592. OLE color: 14362592.

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

Color convert

RGB 224 39 219 -
CMYK 0 0.83 0.02 0.12
HSL 301.62º 0.75% 0.52% -
HSV(B) 301.62º 0.83% 0.88% -
XYZ 44.25 22.41 69.01 -
YUV 114.84 186.79 205.86 -
System Red Green Blue C M Y K H S L
Decimal 224 39 219 0 0.83 0.02 0.12 301.62 0.75 0.52
Hex E0 27 DB 0 53 2 C 12E 4B 34
Octal 340 47 333 0 123 2 14 456 113 64
Binary 11100000 100111 11011011 0 1010011 10 1100 100101110 1001011 110100

Color Harmonies of #E027DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027DB

Black with #E027DB

Text Example


Text Example

White with #E027DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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