Html Css Color HEX #E65CFA Heliotrope

📋 copy color: '#E65CFA'

red 230 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #E65CFA

Tints of Heliotrope #E65CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.08%

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

R = 40.21%
G = 16.08%
B = 43.71%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E65CFA (or 0xE65CFA) is known color: Heliotrope. HEX triplet: E6, 5C and FA. RGB value is (230,92,250). Sum of RGB (Red+Green+Blue) = 230+92+250=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #E65CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65CFA is #19A305. Grayscale: #969696. Windows color (decimal): -1680134 or 16407782. OLE color: 16407782.

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

Color convert

RGB 230 92 250 -
CMYK 0.08 0.63 0 0.02
HSL 292.41º 0.94% 0.67% -
HSV(B) 292.41º 0.63% 0.98% -
XYZ 53.72 31.38 93.67 -
YUV 151.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 230 92 250 0.08 0.63 0 0.02 292.41 0.94 0.67
Hex E6 5C FA 8 3F 0 2 124 5E 43
Octal 346 134 372 10 77 0 2 444 136 103
Binary 11100110 1011100 11111010 1000 111111 0 10 100100100 1011110 1000011

Color Harmonies of #E65CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65CFA

Black with #E65CFA

Text Example


Text Example

White with #E65CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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