Html Css Color HEX #E07DF2 Heliotrope

📋 copy color: '#E07DF2'

red 224 ◦ green 125 ◦ blue 242

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

Shades of Heliotrope #E07DF2

Tints of Heliotrope #E07DF2

RGB

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

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

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

R = 37.9%
G = 21.15%
B = 40.95%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E07DF2 (or 0xE07DF2) is known color: Heliotrope. HEX triplet: E0, 7D and F2. RGB value is (224,125,242). Sum of RGB (Red+Green+Blue) = 224+125+242=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #E07DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DF2 is #1F820D. Grayscale: #A7A7A7. Windows color (decimal): -2064910 or 15891936. OLE color: 15891936.

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

Color convert

RGB 224 125 242 -
CMYK 0.07 0.48 0 0.05
HSL 290.77º 0.82% 0.72% -
HSV(B) 290.77º 0.48% 0.95% -
XYZ 54.1 36.93 88.28 -
YUV 167.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 224 125 242 0.07 0.48 0 0.05 290.77 0.82 0.72
Hex E0 7D F2 7 30 0 5 123 52 48
Octal 340 175 362 7 60 0 5 443 122 110
Binary 11100000 1111101 11110010 111 110000 0 101 100100011 1010010 1001000

Color Harmonies of #E07DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DF2

Black with #E07DF2

Text Example


Text Example

White with #E07DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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