Html Css Color HEX #E65AFA Heliotrope

📋 copy color: '#E65AFA'

red 230 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #E65AFA

Tints of Heliotrope #E65AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.79%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 40.35%
G = 15.79%
B = 43.86%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E65AFA (or 0xE65AFA) is known color: Heliotrope. HEX triplet: E6, 5A and FA. RGB value is (230,90,250). Sum of RGB (Red+Green+Blue) = 230+90+250=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 90 (35.55% from 255 or 15.79% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #E65AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65AFA is #19A505. Grayscale: #959595. Windows color (decimal): -1680646 or 16407270. OLE color: 16407270.

HSL color Cylindrical-coordinate representation of color #E65AFA: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65AFA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 90 250 -
CMYK 0.08 0.64 0 0.02
HSL 292.5º 0.94% 0.67% -
HSV(B) 292.5º 0.64% 0.98% -
XYZ 53.54 31.04 93.61 -
YUV 150.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 230 90 250 0.08 0.64 0 0.02 292.5 0.94 0.67
Hex E6 5A FA 8 40 0 2 124 5E 43
Octal 346 132 372 10 100 0 2 444 136 103
Binary 11100110 1011010 11111010 1000 1000000 0 10 100100100 1011110 1000011

Color Harmonies of #E65AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AFA

Black with #E65AFA

Text Example


Text Example

White with #E65AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AFA; }

 p { color: rgb(230,90,250); }

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

background-color css

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

 a { background-color: rgb(230,90,250); }

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

border-color css

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

 span { border-color: rgb(230,90,250); }

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