Html Css Color HEX #E65EFC Heliotrope

📋 copy color: '#E65EFC'

red 230 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #E65EFC

Tints of Heliotrope #E65EFC

RGB

 RED value IS 230 (90.23% from 255) = 39.93%

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

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

R = 39.93%
G = 16.32%
B = 43.75%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E65EFC (or 0xE65EFC) is known color: Heliotrope. HEX triplet: E6, 5E and FC. RGB value is (230,94,252). Sum of RGB (Red+Green+Blue) = 230+94+252=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 94 (37.11% from 255 or 16.32% 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 #E65EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65EFC is #19A103. Grayscale: #989898. Windows color (decimal): -1679620 or 16539366. OLE color: 16539366.

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

Color convert

RGB 230 94 252 -
CMYK 0.09 0.63 0 0.01
HSL 291.65º 0.96% 0.68% -
HSV(B) 291.65º 0.63% 0.99% -
XYZ 54.21 31.86 95.39 -
YUV 152.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 230 94 252 0.09 0.63 0 0.01 291.65 0.96 0.68
Hex E6 5E FC 9 3F 0 1 124 60 44
Octal 346 136 374 11 77 0 1 444 140 104
Binary 11100110 1011110 11111100 1001 111111 0 1 100100100 1100000 1000100

Color Harmonies of #E65EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EFC

Black with #E65EFC

Text Example


Text Example

White with #E65EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EFC; }

 p { color: rgb(230,94,252); }

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

background-color css

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

 a { background-color: rgb(230,94,252); }

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

border-color css

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

 span { border-color: rgb(230,94,252); }

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