Html Css Color HEX #E067F0 Heliotrope

📋 copy color: '#E067F0'

red 224 ◦ green 103 ◦ blue 240

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

Shades of Heliotrope #E067F0

Tints of Heliotrope #E067F0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.17%

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 39.51%
G = 18.17%
B = 42.33%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E067F0 (or 0xE067F0) is known color: Heliotrope. HEX triplet: E0, 67 and F0. RGB value is (224,103,240). Sum of RGB (Red+Green+Blue) = 224+103+240=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 103 (40.62% from 255 or 18.17% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #E067F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E067F0 is #1F980F. Grayscale: #9A9A9A. Windows color (decimal): -2070544 or 15755232. OLE color: 15755232.

HSL color Cylindrical-coordinate representation of color #E067F0: hue angle of 292.99º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E067F0 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 103 240 -
CMYK 0.07 0.57 0 0.06
HSL 292.99º 0.82% 0.67% -
HSV(B) 292.99º 0.57% 0.94% -
XYZ 51.32 31.84 85.88 -
YUV 154.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 224 103 240 0.07 0.57 0 0.06 292.99 0.82 0.67
Hex E0 67 F0 7 39 0 6 125 52 43
Octal 340 147 360 7 71 0 6 445 122 103
Binary 11100000 1100111 11110000 111 111001 0 110 100100101 1010010 1000011

Color Harmonies of #E067F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E067F0

Black with #E067F0

Text Example


Text Example

White with #E067F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E067F0; }

 p { color: rgb(224,103,240); }

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

background-color css

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

 a { background-color: rgb(224,103,240); }

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

border-color css

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

 span { border-color: rgb(224,103,240); }

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