Html Css Color HEX #E65EF4 Heliotrope

📋 copy color: '#E65EF4'

red 230 ◦ green 94 ◦ blue 244

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

Shades of Heliotrope #E65EF4

Tints of Heliotrope #E65EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.96%

R = 40.49%
G = 16.55%
B = 42.96%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E65EF4 (or 0xE65EF4) is known color: Heliotrope. HEX triplet: E6, 5E and F4. RGB value is (230,94,244). Sum of RGB (Red+Green+Blue) = 230+94+244=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #E65EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65EF4 is #19A10B. Grayscale: #979797. Windows color (decimal): -1679628 or 16015078. OLE color: 16015078.

HSL color Cylindrical-coordinate representation of color #E65EF4: hue angle of 294.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65EF4 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 94 244 -
CMYK 0.06 0.61 0 0.04
HSL 294.4º 0.87% 0.66% -
HSV(B) 294.4º 0.61% 0.96% -
XYZ 52.96 31.36 88.85 -
YUV 151.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 230 94 244 0.06 0.61 0 0.04 294.4 0.87 0.66
Hex E6 5E F4 6 3D 0 4 126 57 42
Octal 346 136 364 6 75 0 4 446 127 102
Binary 11100110 1011110 11110100 110 111101 0 100 100100110 1010111 1000010

Color Harmonies of #E65EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EF4

Black with #E65EF4

Text Example


Text Example

White with #E65EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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