Html Css Color HEX #E065FA Heliotrope

📋 copy color: '#E065FA'

red 224 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #E065FA

Tints of Heliotrope #E065FA

RGB

 RED value IS 224 (87.89% from 255) = 38.96%

 GREEN value IS 101 (39.84% from 255) = 17.57%

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

R = 38.96%
G = 17.57%
B = 43.48%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E065FA (or 0xE065FA) is known color: Heliotrope. HEX triplet: E0, 65 and FA. RGB value is (224,101,250). Sum of RGB (Red+Green+Blue) = 224+101+250=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 101 (39.84% from 255 or 17.57% 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 #E065FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065FA is #1F9A05. Grayscale: #9A9A9A. Windows color (decimal): -2071046 or 16410080. OLE color: 16410080.

HSL color Cylindrical-coordinate representation of color #E065FA: hue angle of 289.53º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E065FA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 101 250 -
CMYK 0.10 0.60 0 0.02
HSL 289.53º 0.94% 0.69% -
HSV(B) 289.53º 0.6% 0.98% -
XYZ 52.65 32.06 93.86 -
YUV 154.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 224 101 250 0.10 0.60 0 0.02 289.53 0.94 0.69
Hex E0 65 FA A 3C 0 2 122 5E 45
Octal 340 145 372 12 74 0 2 442 136 105
Binary 11100000 1100101 11111010 1010 111100 0 10 100100010 1011110 1000101

Color Harmonies of #E065FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065FA

Black with #E065FA

Text Example


Text Example

White with #E065FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065FA; }

 p { color: rgb(224,101,250); }

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

background-color css

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

 a { background-color: rgb(224,101,250); }

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

border-color css

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

 span { border-color: rgb(224,101,250); }

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