Html Css Color HEX #E071EE Heliotrope

📋 copy color: '#E071EE'

red 224 ◦ green 113 ◦ blue 238

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

Shades of Heliotrope #E071EE

Tints of Heliotrope #E071EE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.65%

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 38.96%
G = 19.65%
B = 41.39%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E071EE (or 0xE071EE) is known color: Heliotrope. HEX triplet: E0, 71 and EE. RGB value is (224,113,238). Sum of RGB (Red+Green+Blue) = 224+113+238=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #E071EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071EE is #1F8E11. Grayscale: #A0A0A0. Windows color (decimal): -2067986 or 15626720. OLE color: 15626720.

HSL color Cylindrical-coordinate representation of color #E071EE: hue angle of 293.28º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E071EE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 113 238 -
CMYK 0.06 0.53 0 0.07
HSL 293.28º 0.79% 0.69% -
HSV(B) 293.28º 0.53% 0.93% -
XYZ 52.08 33.83 84.67 -
YUV 160.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 224 113 238 0.06 0.53 0 0.07 293.28 0.79 0.69
Hex E0 71 EE 6 35 0 7 125 4F 45
Octal 340 161 356 6 65 0 7 445 117 105
Binary 11100000 1110001 11101110 110 110101 0 111 100100101 1001111 1000101

Color Harmonies of #E071EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071EE

Black with #E071EE

Text Example


Text Example

White with #E071EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071EE; }

 p { color: rgb(224,113,238); }

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

background-color css

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

 a { background-color: rgb(224,113,238); }

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

border-color css

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

 span { border-color: rgb(224,113,238); }

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