Html Css Color HEX #E07CF2 Heliotrope

📋 copy color: '#E07CF2'

red 224 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #E07CF2

Tints of Heliotrope #E07CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.02%

R = 37.97%
G = 21.02%
B = 41.02%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E07CF2 (or 0xE07CF2) is known color: Heliotrope. HEX triplet: E0, 7C and F2. RGB value is (224,124,242). Sum of RGB (Red+Green+Blue) = 224+124+242=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #E07CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CF2 is #1F830D. Grayscale: #A6A6A6. Windows color (decimal): -2065166 or 15891680. OLE color: 15891680.

HSL color Cylindrical-coordinate representation of color #E07CF2: hue angle of 290.85º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07CF2 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 124 242 -
CMYK 0.07 0.49 0 0.05
HSL 290.85º 0.82% 0.72% -
HSV(B) 290.85º 0.49% 0.95% -
XYZ 53.98 36.67 88.24 -
YUV 167.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 224 124 242 0.07 0.49 0 0.05 290.85 0.82 0.72
Hex E0 7C F2 7 31 0 5 123 52 48
Octal 340 174 362 7 61 0 5 443 122 110
Binary 11100000 1111100 11110010 111 110001 0 101 100100011 1010010 1001000

Color Harmonies of #E07CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CF2

Black with #E07CF2

Text Example


Text Example

White with #E07CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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