Html Css Color HEX #E07DFF Heliotrope

📋 copy color: '#E07DFF'

red 224 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #E07DFF

Tints of Heliotrope #E07DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.7%

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

R = 37.09%
G = 20.7%
B = 42.22%

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

#E07DFF (or 0xE07DFF) is known color: Heliotrope. HEX triplet: E0, 7D and FF. RGB value is (224,125,255). Sum of RGB (Red+Green+Blue) = 224+125+255=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #E07DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DFF is #1F8200. Grayscale: #A9A9A9. Windows color (decimal): -2064897 or 16743904. OLE color: 16743904.

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

Color convert

RGB 224 125 255 -
CMYK 0.12 0.51 0 0
HSL 285.69º 1% 0.75% -
HSV(B) 285.69º 0.51% 1% -
XYZ 56.12 37.73 98.93 -
YUV 169.42 176.3 166.93 -
System Red Green Blue C M Y K H S L
Decimal 224 125 255 0.12 0.51 0 0 285.69 1 0.75
Hex E0 7D FF C 33 0 0 11E 64 4B
Octal 340 175 377 14 63 0 0 436 144 113
Binary 11100000 1111101 11111111 1100 110011 0 0 100011110 1100100 1001011

Color Harmonies of #E07DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DFF

Black with #E07DFF

Text Example


Text Example

White with #E07DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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