Html Css Color HEX #E045FF Heliotrope

📋 copy color: '#E045FF'

red 224 ◦ green 69 ◦ blue 255

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

Shades of Heliotrope #E045FF

Tints of Heliotrope #E045FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.59%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 40.88%
G = 12.59%
B = 46.53%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E045FF (or 0xE045FF) is known color: Heliotrope. HEX triplet: E0, 45 and FF. RGB value is (224,69,255). Sum of RGB (Red+Green+Blue) = 224+69+255=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 69 (27.34% from 255 or 12.59% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #E045FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E045FF is #1FBA00. Grayscale: #878787. Windows color (decimal): -2079233 or 16729568. OLE color: 16729568.

HSL color Cylindrical-coordinate representation of color #E045FF: hue angle of 290º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E045FF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 69 255 -
CMYK 0.12 0.73 0 0
HSL 290º 1% 0.64% -
HSV(B) 290º 0.73% 1% -
XYZ 50.92 27.32 97.2 -
YUV 136.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 224 69 255 0.12 0.73 0 0 290 1 0.64
Hex E0 45 FF C 49 0 0 122 64 40
Octal 340 105 377 14 111 0 0 442 144 100
Binary 11100000 1000101 11111111 1100 1001001 0 0 100100010 1100100 1000000

Color Harmonies of #E045FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045FF

Black with #E045FF

Text Example


Text Example

White with #E045FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045FF; }

 p { color: rgb(224,69,255); }

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

background-color css

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

 a { background-color: rgb(224,69,255); }

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

border-color css

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

 span { border-color: rgb(224,69,255); }

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