Html Css Color HEX #E05DFD Heliotrope

📋 copy color: '#E05DFD'

red 224 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #E05DFD

Tints of Heliotrope #E05DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.32%

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

R = 39.3%
G = 16.32%
B = 44.39%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E05DFD (or 0xE05DFD) is known color: Heliotrope. HEX triplet: E0, 5D and FD. RGB value is (224,93,253). Sum of RGB (Red+Green+Blue) = 224+93+253=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #E05DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DFD is #1FA202. Grayscale: #959595. Windows color (decimal): -2073091 or 16604640. OLE color: 16604640.

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

Color convert

RGB 224 93 253 -
CMYK 0.11 0.63 0 0.01
HSL 289.13º 0.98% 0.68% -
HSV(B) 289.13º 0.63% 0.99% -
XYZ 52.38 30.77 96.11 -
YUV 150.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 224 93 253 0.11 0.63 0 0.01 289.13 0.98 0.68
Hex E0 5D FD B 3F 0 1 121 62 44
Octal 340 135 375 13 77 0 1 441 142 104
Binary 11100000 1011101 11111101 1011 111111 0 1 100100001 1100010 1000100

Color Harmonies of #E05DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DFD

Black with #E05DFD

Text Example


Text Example

White with #E05DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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