Html Css Color HEX #E758FC Heliotrope

📋 copy color: '#E758FC'

red 231 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #E758FC

Tints of Heliotrope #E758FC

RGB

 RED value IS 231 (90.63% from 255) = 40.46%

 GREEN value IS 88 (34.77% from 255) = 15.41%

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

R = 40.46%
G = 15.41%
B = 44.13%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E758FC (or 0xE758FC) is known color: Heliotrope. HEX triplet: E7, 58 and FC. RGB value is (231,88,252). Sum of RGB (Red+Green+Blue) = 231+88+252=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 88 (34.77% from 255 or 15.41% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #E758FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E758FC is #18A703. Grayscale: #949494. Windows color (decimal): -1615620 or 16537831. OLE color: 16537831.

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

Color convert

RGB 231 88 252 -
CMYK 0.08 0.65 0 0.01
HSL 292.32º 0.96% 0.67% -
HSV(B) 292.32º 0.65% 0.99% -
XYZ 54.02 31 95.23 -
YUV 149.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 231 88 252 0.08 0.65 0 0.01 292.32 0.96 0.67
Hex E7 58 FC 8 41 0 1 124 60 43
Octal 347 130 374 10 101 0 1 444 140 103
Binary 11100111 1011000 11111100 1000 1000001 0 1 100100100 1100000 1000011

Color Harmonies of #E758FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E758FC

Black with #E758FC

Text Example


Text Example

White with #E758FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E758FC; }

 p { color: rgb(231,88,252); }

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

background-color css

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

 a { background-color: rgb(231,88,252); }

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

border-color css

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

 span { border-color: rgb(231,88,252); }

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