Html Css Color HEX #E065FE Heliotrope

📋 copy color: '#E065FE'

red 224 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #E065FE

Tints of Heliotrope #E065FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 38.69%
G = 17.44%
B = 43.87%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E065FE (or 0xE065FE) is known color: Heliotrope. HEX triplet: E0, 65 and FE. RGB value is (224,101,254). Sum of RGB (Red+Green+Blue) = 224+101+254=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #E065FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065FE is #1F9A01. Grayscale: #9A9A9A. Windows color (decimal): -2071042 or 16672224. OLE color: 16672224.

HSL color Cylindrical-coordinate representation of color #E065FE: hue angle of 288.24º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E065FE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 101 254 -
CMYK 0.12 0.60 0 0.00
HSL 288.24º 0.99% 0.7% -
HSV(B) 288.24º 0.6% 1% -
XYZ 53.28 32.31 97.19 -
YUV 155.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 224 101 254 0.12 0.60 0 0.00 288.24 0.99 0.7
Hex E0 65 FE C 3C 0 0 120 63 46
Octal 340 145 376 14 74 0 0 440 143 106
Binary 11100000 1100101 11111110 1100 111100 0 0 100100000 1100011 1000110

Color Harmonies of #E065FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065FE

Black with #E065FE

Text Example


Text Example

White with #E065FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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