Html Css Color HEX #E07DF1 Heliotrope

📋 copy color: '#E07DF1'

red 224 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #E07DF1

Tints of Heliotrope #E07DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 37.97%
G = 21.19%
B = 40.85%

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

#E07DF1 (or 0xE07DF1) is known color: Heliotrope. HEX triplet: E0, 7D and F1. RGB value is (224,125,241). Sum of RGB (Red+Green+Blue) = 224+125+241=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #E07DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07DF1 is #1F820E. Grayscale: #A7A7A7. Windows color (decimal): -2064911 or 15826400. OLE color: 15826400.

HSL color Cylindrical-coordinate representation of color #E07DF1: hue angle of 291.21º degrees, saturation: 0.81, 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 #E07DF1 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 125 241 -
CMYK 0.07 0.48 0 0.05
HSL 291.21º 0.81% 0.72% -
HSV(B) 291.21º 0.48% 0.95% -
XYZ 53.95 36.87 87.49 -
YUV 167.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 224 125 241 0.07 0.48 0 0.05 291.21 0.81 0.72
Hex E0 7D F1 7 30 0 5 123 51 48
Octal 340 175 361 7 60 0 5 443 121 110
Binary 11100000 1111101 11110001 111 110000 0 101 100100011 1010001 1001000

Color Harmonies of #E07DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DF1

Black with #E07DF1

Text Example


Text Example

White with #E07DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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