Html Css Color HEX #E65DFD Heliotrope

📋 copy color: '#E65DFD'

red 230 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #E65DFD

Tints of Heliotrope #E65DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.92%

R = 39.93%
G = 16.15%
B = 43.92%

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

#E65DFD (or 0xE65DFD) is known color: Heliotrope. HEX triplet: E6, 5D and FD. RGB value is (230,93,253). Sum of RGB (Red+Green+Blue) = 230+93+253=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #E65DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65DFD is #19A202. Grayscale: #979797. Windows color (decimal): -1679875 or 16604646. OLE color: 16604646.

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

Color convert

RGB 230 93 253 -
CMYK 0.09 0.63 0 0.01
HSL 291.38º 0.98% 0.68% -
HSV(B) 291.38º 0.63% 0.99% -
XYZ 54.28 31.74 96.19 -
YUV 152.2 184.89 183.49 -
System Red Green Blue C M Y K H S L
Decimal 230 93 253 0.09 0.63 0 0.01 291.38 0.98 0.68
Hex E6 5D FD 9 3F 0 1 123 62 44
Octal 346 135 375 11 77 0 1 443 142 104
Binary 11100110 1011101 11111101 1001 111111 0 1 100100011 1100010 1000100

Color Harmonies of #E65DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65DFD

Black with #E65DFD

Text Example


Text Example

White with #E65DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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