Html Css Color HEX #E07AFE Heliotrope

📋 copy color: '#E07AFE'

red 224 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #E07AFE

Tints of Heliotrope #E07AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.33%

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 37.33%
G = 20.33%
B = 42.33%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E07AFE (or 0xE07AFE) is known color: Heliotrope. HEX triplet: E0, 7A and FE. RGB value is (224,122,254). Sum of RGB (Red+Green+Blue) = 224+122+254=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #E07AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AFE is #1F8501. Grayscale: #A7A7A7. Windows color (decimal): -2065666 or 16677600. OLE color: 16677600.

HSL color Cylindrical-coordinate representation of color #E07AFE: hue angle of 286.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E07AFE is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 122 254 -
CMYK 0.12 0.52 0 0.00
HSL 286.36º 0.99% 0.74% -
HSV(B) 286.36º 0.52% 1% -
XYZ 55.59 36.92 97.96 -
YUV 167.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 224 122 254 0.12 0.52 0 0.00 286.36 0.99 0.74
Hex E0 7A FE C 34 0 0 11E 63 4A
Octal 340 172 376 14 64 0 0 436 143 112
Binary 11100000 1111010 11111110 1100 110100 0 0 100011110 1100011 1001010

Color Harmonies of #E07AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AFE

Black with #E07AFE

Text Example


Text Example

White with #E07AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AFE; }

 p { color: rgb(224,122,254); }

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

background-color css

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

 a { background-color: rgb(224,122,254); }

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

border-color css

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

 span { border-color: rgb(224,122,254); }

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