Html Css Color HEX #E065FF Heliotrope

📋 copy color: '#E065FF'

red 224 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #E065FF

Tints of Heliotrope #E065FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 38.62%
G = 17.41%
B = 43.97%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E065FF (or 0xE065FF) is known color: Heliotrope. HEX triplet: E0, 65 and FF. RGB value is (224,101,255). Sum of RGB (Red+Green+Blue) = 224+101+255=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 101 (39.84% from 255 or 17.41% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #E065FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E065FF is #1F9A00. Grayscale: #9A9A9A. Windows color (decimal): -2071041 or 16737760. OLE color: 16737760.

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

Color convert

RGB 224 101 255 -
CMYK 0.12 0.60 0 0
HSL 287.92º 1% 0.7% -
HSV(B) 287.92º 0.6% 1% -
XYZ 53.44 32.37 98.04 -
YUV 155.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 224 101 255 0.12 0.60 0 0 287.92 1 0.7
Hex E0 65 FF C 3C 0 0 120 64 46
Octal 340 145 377 14 74 0 0 440 144 106
Binary 11100000 1100101 11111111 1100 111100 0 0 100100000 1100100 1000110

Color Harmonies of #E065FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065FF

Black with #E065FF

Text Example


Text Example

White with #E065FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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