Html Css Color HEX #E07AFC Heliotrope

📋 copy color: '#E07AFC'

red 224 ◦ green 122 ◦ blue 252

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

Shades of Heliotrope #E07AFC

Tints of Heliotrope #E07AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 37.46%
G = 20.4%
B = 42.14%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E07AFC (or 0xE07AFC) is known color: Heliotrope. HEX triplet: E0, 7A and FC. RGB value is (224,122,252). Sum of RGB (Red+Green+Blue) = 224+122+252=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 122 (48.05% from 255 or 20.40% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #E07AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AFC is #1F8503. Grayscale: #A6A6A6. Windows color (decimal): -2065668 or 16546528. OLE color: 16546528.

HSL color Cylindrical-coordinate representation of color #E07AFC: hue angle of 287.08º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E07AFC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 122 252 -
CMYK 0.11 0.52 0 0.01
HSL 287.08º 0.96% 0.73% -
HSV(B) 287.08º 0.52% 0.99% -
XYZ 55.27 36.79 96.28 -
YUV 167.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 224 122 252 0.11 0.52 0 0.01 287.08 0.96 0.73
Hex E0 7A FC B 34 0 1 11F 60 49
Octal 340 172 374 13 64 0 1 437 140 111
Binary 11100000 1111010 11111100 1011 110100 0 1 100011111 1100000 1001001

Color Harmonies of #E07AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AFC

Black with #E07AFC

Text Example


Text Example

White with #E07AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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