Html Css Color HEX #E85DFD Heliotrope

📋 copy color: '#E85DFD'

red 232 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #E85DFD

Tints of Heliotrope #E85DFD

RGB

 RED value IS 232 (91.02% from 255) = 40.14%

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

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

R = 40.14%
G = 16.09%
B = 43.77%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E85DFD (or 0xE85DFD) is known color: Heliotrope. HEX triplet: E8, 5D and FD. RGB value is (232,93,253). Sum of RGB (Red+Green+Blue) = 232+93+253=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #E85DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DFD is #17A202. Grayscale: #989898. Windows color (decimal): -1548803 or 16604648. OLE color: 16604648.

HSL color Cylindrical-coordinate representation of color #E85DFD: hue angle of 292.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 #E85DFD is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 232 93 253 -
CMYK 0.08 0.63 0 0.01
HSL 292.13º 0.98% 0.68% -
HSV(B) 292.13º 0.63% 0.99% -
XYZ 54.92 32.08 96.23 -
YUV 152.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 232 93 253 0.08 0.63 0 0.01 292.13 0.98 0.68
Hex E8 5D FD 8 3F 0 1 124 62 44
Octal 350 135 375 10 77 0 1 444 142 104
Binary 11101000 1011101 11111101 1000 111111 0 1 100100100 1100010 1000100

Color Harmonies of #E85DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85DFD

Black with #E85DFD

Text Example


Text Example

White with #E85DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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