Html Css Color HEX #E65DFC Heliotrope

📋 copy color: '#E65DFC'

red 230 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #E65DFC

Tints of Heliotrope #E65DFC

RGB

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

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

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

R = 40%
G = 16.17%
B = 43.83%

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

#E65DFC (or 0xE65DFC) is known color: Heliotrope. HEX triplet: E6, 5D and FC. RGB value is (230,93,252). Sum of RGB (Red+Green+Blue) = 230+93+252=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 93 (36.72% from 255 or 16.17% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #E65DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DFC is #19A203. Grayscale: #979797. Windows color (decimal): -1679876 or 16539110. OLE color: 16539110.

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

Color convert

RGB 230 93 252 -
CMYK 0.09 0.63 0 0.01
HSL 291.7º 0.96% 0.68% -
HSV(B) 291.7º 0.63% 0.99% -
XYZ 54.12 31.68 95.36 -
YUV 152.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 230 93 252 0.09 0.63 0 0.01 291.7 0.96 0.68
Hex E6 5D FC 9 3F 0 1 124 60 44
Octal 346 135 374 11 77 0 1 444 140 104
Binary 11100110 1011101 11111100 1001 111111 0 1 100100100 1100000 1000100

Color Harmonies of #E65DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DFC

Black with #E65DFC

Text Example


Text Example

White with #E65DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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