Html Css Color HEX #E65FFA Heliotrope

📋 copy color: '#E65FFA'

red 230 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #E65FFA

Tints of Heliotrope #E65FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.52%

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

R = 40%
G = 16.52%
B = 43.48%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E65FFA (or 0xE65FFA) is known color: Heliotrope. HEX triplet: E6, 5F and FA. RGB value is (230,95,250). Sum of RGB (Red+Green+Blue) = 230+95+250=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #E65FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65FFA is #19A005. Grayscale: #989898. Windows color (decimal): -1679366 or 16408550. OLE color: 16408550.

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

Color convert

RGB 230 95 250 -
CMYK 0.08 0.62 0 0.02
HSL 292.26º 0.94% 0.68% -
HSV(B) 292.26º 0.62% 0.98% -
XYZ 53.98 31.91 93.76 -
YUV 153.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 230 95 250 0.08 0.62 0 0.02 292.26 0.94 0.68
Hex E6 5F FA 8 3E 0 2 124 5E 44
Octal 346 137 372 10 76 0 2 444 136 104
Binary 11100110 1011111 11111010 1000 111110 0 10 100100100 1011110 1000100

Color Harmonies of #E65FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65FFA

Black with #E65FFA

Text Example


Text Example

White with #E65FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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