Html Css Color HEX #E65EFD Heliotrope

📋 copy color: '#E65EFD'

red 230 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #E65EFD

Tints of Heliotrope #E65EFD

RGB

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

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

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

R = 39.86%
G = 16.29%
B = 43.85%

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

#E65EFD (or 0xE65EFD) is known color: Heliotrope. HEX triplet: E6, 5E and FD. RGB value is (230,94,253). Sum of RGB (Red+Green+Blue) = 230+94+253=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 94 (37.11% from 255 or 16.29% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #E65EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65EFD is #19A102. Grayscale: #989898. Windows color (decimal): -1679619 or 16604902. OLE color: 16604902.

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

Color convert

RGB 230 94 253 -
CMYK 0.09 0.63 0 0.01
HSL 291.32º 0.98% 0.68% -
HSV(B) 291.32º 0.63% 0.99% -
XYZ 54.37 31.92 96.22 -
YUV 152.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 230 94 253 0.09 0.63 0 0.01 291.32 0.98 0.68
Hex E6 5E FD 9 3F 0 1 123 62 44
Octal 346 136 375 11 77 0 1 443 142 104
Binary 11100110 1011110 11111101 1001 111111 0 1 100100011 1100010 1000100

Color Harmonies of #E65EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EFD

Black with #E65EFD

Text Example


Text Example

White with #E65EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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