Html Css Color HEX #E07AFD Heliotrope

📋 copy color: '#E07AFD'

red 224 ◦ green 122 ◦ blue 253

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

Shades of Heliotrope #E07AFD

Tints of Heliotrope #E07AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 37.4%
G = 20.37%
B = 42.24%

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

#E07AFD (or 0xE07AFD) is known color: Heliotrope. HEX triplet: E0, 7A and FD. RGB value is (224,122,253). Sum of RGB (Red+Green+Blue) = 224+122+253=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 122 (48.05% from 255 or 20.37% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #E07AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AFD is #1F8502. Grayscale: #A7A7A7. Windows color (decimal): -2065667 or 16612064. OLE color: 16612064.

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

Color convert

RGB 224 122 253 -
CMYK 0.11 0.52 0 0.01
HSL 286.72º 0.97% 0.74% -
HSV(B) 286.72º 0.52% 0.99% -
XYZ 55.43 36.86 97.12 -
YUV 167.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 224 122 253 0.11 0.52 0 0.01 286.72 0.97 0.74
Hex E0 7A FD B 34 0 1 11F 61 4A
Octal 340 172 375 13 64 0 1 437 141 112
Binary 11100000 1111010 11111101 1011 110100 0 1 100011111 1100001 1001010

Color Harmonies of #E07AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AFD

Black with #E07AFD

Text Example


Text Example

White with #E07AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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