Html Css Color HEX #E05AFD Heliotrope

📋 copy color: '#E05AFD'

red 224 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #E05AFD

Tints of Heliotrope #E05AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.87%

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

R = 39.51%
G = 15.87%
B = 44.62%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E05AFD (or 0xE05AFD) is known color: Heliotrope. HEX triplet: E0, 5A and FD. RGB value is (224,90,253). Sum of RGB (Red+Green+Blue) = 224+90+253=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #E05AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05AFD is #1FA502. Grayscale: #949494. Windows color (decimal): -2073859 or 16603872. OLE color: 16603872.

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

Color convert

RGB 224 90 253 -
CMYK 0.11 0.64 0 0.01
HSL 289.33º 0.98% 0.67% -
HSV(B) 289.33º 0.64% 0.99% -
XYZ 52.13 30.25 96.02 -
YUV 148.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 224 90 253 0.11 0.64 0 0.01 289.33 0.98 0.67
Hex E0 5A FD B 40 0 1 121 62 43
Octal 340 132 375 13 100 0 1 441 142 103
Binary 11100000 1011010 11111101 1011 1000000 0 1 100100001 1100010 1000011

Color Harmonies of #E05AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05AFD

Black with #E05AFD

Text Example


Text Example

White with #E05AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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