Html Css Color HEX #E07FFF Heliotrope

📋 copy color: '#E07FFF'

red 224 ◦ green 127 ◦ blue 255

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

Shades of Heliotrope #E07FFF

Tints of Heliotrope #E07FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 20.96%

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

R = 36.96%
G = 20.96%
B = 42.08%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E07FFF (or 0xE07FFF) is known color: Heliotrope. HEX triplet: E0, 7F and FF. RGB value is (224,127,255). Sum of RGB (Red+Green+Blue) = 224+127+255=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FFF is #1F8000. Grayscale: #AAAAAA. Windows color (decimal): -2064385 or 16744416. OLE color: 16744416.

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

Color convert

RGB 224 127 255 -
CMYK 0.12 0.50 0 0
HSL 285.47º 1% 0.75% -
HSV(B) 285.47º 0.5% 1% -
XYZ 56.38 38.25 99.02 -
YUV 170.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 224 127 255 0.12 0.50 0 0 285.47 1 0.75
Hex E0 7F FF C 32 0 0 11D 64 4B
Octal 340 177 377 14 62 0 0 435 144 113
Binary 11100000 1111111 11111111 1100 110010 0 0 100011101 1100100 1001011

Color Harmonies of #E07FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FFF

Black with #E07FFF

Text Example


Text Example

White with #E07FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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