Html Css Color HEX #E65DFF Heliotrope

📋 copy color: '#E65DFF'

red 230 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #E65DFF

Tints of Heliotrope #E65DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 39.79%
G = 16.09%
B = 44.12%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E65DFF (or 0xE65DFF) is known color: Heliotrope. HEX triplet: E6, 5D and FF. RGB value is (230,93,255). Sum of RGB (Red+Green+Blue) = 230+93+255=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #E65DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DFF is #19A200. Grayscale: #979797. Windows color (decimal): -1679873 or 16735718. OLE color: 16735718.

HSL color Cylindrical-coordinate representation of color #E65DFF: hue angle of 290.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65DFF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 93 255 -
CMYK 0.10 0.64 0 0
HSL 290.74º 1% 0.68% -
HSV(B) 290.74º 0.64% 1% -
XYZ 54.6 31.87 97.88 -
YUV 152.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 230 93 255 0.10 0.64 0 0 290.74 1 0.68
Hex E6 5D FF A 40 0 0 123 64 44
Octal 346 135 377 12 100 0 0 443 144 104
Binary 11100110 1011101 11111111 1010 1000000 0 0 100100011 1100100 1000100

Color Harmonies of #E65DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DFF

Black with #E65DFF

Text Example


Text Example

White with #E65DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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