Html Css Color HEX #E85FFC Heliotrope

📋 copy color: '#E85FFC'

red 232 ◦ green 95 ◦ blue 252

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

Shades of Heliotrope #E85FFC

Tints of Heliotrope #E85FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.41%

 BLUE value IS 252 (98.83% from 255) = 43.52%

R = 40.07%
G = 16.41%
B = 43.52%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E85FFC (or 0xE85FFC) is known color: Heliotrope. HEX triplet: E8, 5F and FC. RGB value is (232,95,252). Sum of RGB (Red+Green+Blue) = 232+95+252=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #E85FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85FFC is #17A003. Grayscale: #999999. Windows color (decimal): -1548292 or 16539624. OLE color: 16539624.

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

Color convert

RGB 232 95 252 -
CMYK 0.08 0.62 0 0.01
HSL 292.36º 0.96% 0.68% -
HSV(B) 292.36º 0.62% 0.99% -
XYZ 54.94 32.37 95.45 -
YUV 153.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 232 95 252 0.08 0.62 0 0.01 292.36 0.96 0.68
Hex E8 5F FC 8 3E 0 1 124 60 44
Octal 350 137 374 10 76 0 1 444 140 104
Binary 11101000 1011111 11111100 1000 111110 0 1 100100100 1100000 1000100

Color Harmonies of #E85FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85FFC

Black with #E85FFC

Text Example


Text Example

White with #E85FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85FFC; }

 p { color: rgb(232,95,252); }

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

background-color css

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

 a { background-color: rgb(232,95,252); }

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

border-color css

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

 span { border-color: rgb(232,95,252); }

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