Html Css Color HEX #E07CFF Heliotrope

📋 copy color: '#E07CFF'

red 224 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #E07CFF

Tints of Heliotrope #E07CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.56%

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

R = 37.15%
G = 20.56%
B = 42.29%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E07CFF (or 0xE07CFF) is known color: Heliotrope. HEX triplet: E0, 7C and FF. RGB value is (224,124,255). Sum of RGB (Red+Green+Blue) = 224+124+255=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 124 (48.83% from 255 or 20.56% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CFF is #1F8300. Grayscale: #A8A8A8. Windows color (decimal): -2065153 or 16743648. OLE color: 16743648.

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

Color convert

RGB 224 124 255 -
CMYK 0.12 0.51 0 0
HSL 285.8º 1% 0.74% -
HSV(B) 285.8º 0.51% 1% -
XYZ 56 37.48 98.89 -
YUV 168.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 224 124 255 0.12 0.51 0 0 285.8 1 0.74
Hex E0 7C FF C 33 0 0 11E 64 4A
Octal 340 174 377 14 63 0 0 436 144 112
Binary 11100000 1111100 11111111 1100 110011 0 0 100011110 1100100 1001010

Color Harmonies of #E07CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CFF

Black with #E07CFF

Text Example


Text Example

White with #E07CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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