Html Css Color HEX #E04BFF Heliotrope

📋 copy color: '#E04BFF'

red 224 ◦ green 75 ◦ blue 255

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

Shades of Heliotrope #E04BFF

Tints of Heliotrope #E04BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.54%

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

R = 40.43%
G = 13.54%
B = 46.03%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E04BFF (or 0xE04BFF) is known color: Heliotrope. HEX triplet: E0, 4B and FF. RGB value is (224,75,255). Sum of RGB (Red+Green+Blue) = 224+75+255=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 75 (29.69% from 255 or 13.54% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #E04BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04BFF is #1FB400. Grayscale: #8B8B8B. Windows color (decimal): -2077697 or 16731104. OLE color: 16731104.

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

Color convert

RGB 224 75 255 -
CMYK 0.12 0.71 0 0
HSL 289.67º 1% 0.65% -
HSV(B) 289.67º 0.71% 1% -
XYZ 51.31 28.1 97.33 -
YUV 140.07 192.86 187.86 -
System Red Green Blue C M Y K H S L
Decimal 224 75 255 0.12 0.71 0 0 289.67 1 0.65
Hex E0 4B FF C 47 0 0 122 64 41
Octal 340 113 377 14 107 0 0 442 144 101
Binary 11100000 1001011 11111111 1100 1000111 0 0 100100010 1100100 1000001

Color Harmonies of #E04BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04BFF

Black with #E04BFF

Text Example


Text Example

White with #E04BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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