Html Css Color HEX #E968FE Heliotrope

📋 copy color: '#E968FE'

red 233 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #E968FE

Tints of Heliotrope #E968FE

RGB

 RED value IS 233 (91.41% from 255) = 39.42%

 GREEN value IS 104 (41.02% from 255) = 17.6%

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

R = 39.42%
G = 17.6%
B = 42.98%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E968FE (or 0xE968FE) is known color: Heliotrope. HEX triplet: E9, 68 and FE. RGB value is (233,104,254). Sum of RGB (Red+Green+Blue) = 233+104+254=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #E968FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968FE is #169701. Grayscale: #9F9F9F. Windows color (decimal): -1480450 or 16673001. OLE color: 16673001.

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

Color convert

RGB 233 104 254 -
CMYK 0.08 0.59 0 0.00
HSL 291.6º 0.99% 0.7% -
HSV(B) 291.6º 0.59% 1% -
XYZ 56.44 34.38 97.43 -
YUV 159.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 233 104 254 0.08 0.59 0 0.00 291.6 0.99 0.7
Hex E9 68 FE 8 3B 0 0 124 63 46
Octal 351 150 376 10 73 0 0 444 143 106
Binary 11101001 1101000 11111110 1000 111011 0 0 100100100 1100011 1000110

Color Harmonies of #E968FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968FE

Black with #E968FE

Text Example


Text Example

White with #E968FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968FE; }

 p { color: rgb(233,104,254); }

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

background-color css

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

 a { background-color: rgb(233,104,254); }

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

border-color css

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

 span { border-color: rgb(233,104,254); }

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