Html Css Color HEX #E073ED Heliotrope

📋 copy color: '#E073ED'

red 224 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #E073ED

Tints of Heliotrope #E073ED

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.97%

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 38.89%
G = 19.97%
B = 41.15%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E073ED (or 0xE073ED) is known color: Heliotrope. HEX triplet: E0, 73 and ED. RGB value is (224,115,237). Sum of RGB (Red+Green+Blue) = 224+115+237=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #E073ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E073ED is #1F8C12. Grayscale: #A1A1A1. Windows color (decimal): -2067475 or 15561696. OLE color: 15561696.

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

Color convert

RGB 224 115 237 -
CMYK 0.05 0.51 0 0.07
HSL 293.61º 0.77% 0.69% -
HSV(B) 293.61º 0.51% 0.93% -
XYZ 52.16 34.22 83.98 -
YUV 161.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 224 115 237 0.05 0.51 0 0.07 293.61 0.77 0.69
Hex E0 73 ED 5 33 0 7 126 4D 45
Octal 340 163 355 5 63 0 7 446 115 105
Binary 11100000 1110011 11101101 101 110011 0 111 100100110 1001101 1000101

Color Harmonies of #E073ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E073ED

Black with #E073ED

Text Example


Text Example

White with #E073ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E073ED; }

 p { color: rgb(224,115,237); }

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

background-color css

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

 a { background-color: rgb(224,115,237); }

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

border-color css

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

 span { border-color: rgb(224,115,237); }

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