Html Css Color HEX #E026D8 Razzle Dazzle Rose

📋 copy color: '#E026D8'

red 224 ◦ green 38 ◦ blue 216

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

Shades of Razzle Dazzle Rose #E026D8

Tints of Razzle Dazzle Rose #E026D8

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.95%

 BLUE value IS 216 (84.77% from 255) = 45.19%

R = 46.86%
G = 7.95%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E026D8 (or 0xE026D8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 26 and D8. RGB value is (224,38,216). Sum of RGB (Red+Green+Blue) = 224+38+216=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E026D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E026D8 is #1FD927. Grayscale: #717171. Windows color (decimal): -2087208 or 14165728. OLE color: 14165728.

HSL color Cylindrical-coordinate representation of color #E026D8: hue angle of 302.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E026D8 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 38 216 -
CMYK 0 0.83 0.04 0.12
HSL 302.58º 0.75% 0.51% -
HSV(B) 302.58º 0.83% 0.88% -
XYZ 43.83 22.19 66.94 -
YUV 113.91 185.62 206.53 -
System Red Green Blue C M Y K H S L
Decimal 224 38 216 0 0.83 0.04 0.12 302.58 0.75 0.51
Hex E0 26 D8 0 53 4 C 12F 4B 33
Octal 340 46 330 0 123 4 14 457 113 63
Binary 11100000 100110 11011000 0 1010011 100 1100 100101111 1001011 110011

Color Harmonies of #E026D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E026D8

Black with #E026D8

Text Example


Text Example

White with #E026D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E026D8; }

 p { color: rgb(224,38,216); }

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

background-color css

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

 a { background-color: rgb(224,38,216); }

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

border-color css

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

 span { border-color: rgb(224,38,216); }

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