Html Css Color HEX #E85EFD Heliotrope

📋 copy color: '#E85EFD'

red 232 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #E85EFD

Tints of Heliotrope #E85EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.23%

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

R = 40.07%
G = 16.23%
B = 43.7%

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

#E85EFD (or 0xE85EFD) is known color: Heliotrope. HEX triplet: E8, 5E and FD. RGB value is (232,94,253). Sum of RGB (Red+Green+Blue) = 232+94+253=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 94 (37.11% from 255 or 16.23% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #E85EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85EFD is #17A102. Grayscale: #989898. Windows color (decimal): -1548547 or 16604904. OLE color: 16604904.

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

Color convert

RGB 232 94 253 -
CMYK 0.08 0.63 0 0.01
HSL 292.08º 0.98% 0.68% -
HSV(B) 292.08º 0.63% 0.99% -
XYZ 55.01 32.25 96.25 -
YUV 153.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 232 94 253 0.08 0.63 0 0.01 292.08 0.98 0.68
Hex E8 5E FD 8 3F 0 1 124 62 44
Octal 350 136 375 10 77 0 1 444 142 104
Binary 11101000 1011110 11111101 1000 111111 0 1 100100100 1100010 1000100

Color Harmonies of #E85EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85EFD

Black with #E85EFD

Text Example


Text Example

White with #E85EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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