Html Css Color HEX #E75DFC Heliotrope

📋 copy color: '#E75DFC'

red 231 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #E75DFC

Tints of Heliotrope #E75DFC

RGB

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

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

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

R = 40.1%
G = 16.15%
B = 43.75%

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

#E75DFC (or 0xE75DFC) is known color: Heliotrope. HEX triplet: E7, 5D and FC. RGB value is (231,93,252). Sum of RGB (Red+Green+Blue) = 231+93+252=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #E75DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DFC is #18A203. Grayscale: #979797. Windows color (decimal): -1614340 or 16539111. OLE color: 16539111.

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

Color convert

RGB 231 93 252 -
CMYK 0.08 0.63 0 0.01
HSL 292.08º 0.96% 0.68% -
HSV(B) 292.08º 0.63% 0.99% -
XYZ 54.44 31.85 95.37 -
YUV 152.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 231 93 252 0.08 0.63 0 0.01 292.08 0.96 0.68
Hex E7 5D FC 8 3F 0 1 124 60 44
Octal 347 135 374 10 77 0 1 444 140 104
Binary 11100111 1011101 11111100 1000 111111 0 1 100100100 1100000 1000100

Color Harmonies of #E75DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75DFC

Black with #E75DFC

Text Example


Text Example

White with #E75DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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