Html Css Color HEX #E968F5 Heliotrope

📋 copy color: '#E968F5'

red 233 ◦ green 104 ◦ blue 245

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

Shades of Heliotrope #E968F5

Tints of Heliotrope #E968F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.1%

R = 40.03%
G = 17.87%
B = 42.1%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E968F5 (or 0xE968F5) is known color: Heliotrope. HEX triplet: E9, 68 and F5. RGB value is (233,104,245). Sum of RGB (Red+Green+Blue) = 233+104+245=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #E968F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968F5 is #16970A. Grayscale: #9E9E9E. Windows color (decimal): -1480459 or 16083177. OLE color: 16083177.

HSL color Cylindrical-coordinate representation of color #E968F5: hue angle of 294.89º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E968F5 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 104 245 -
CMYK 0.05 0.58 0 0.04
HSL 294.89º 0.88% 0.68% -
HSV(B) 294.89º 0.58% 0.96% -
XYZ 55.04 33.82 90.01 -
YUV 158.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 233 104 245 0.05 0.58 0 0.04 294.89 0.88 0.68
Hex E9 68 F5 5 3A 0 4 127 58 44
Octal 351 150 365 5 72 0 4 447 130 104
Binary 11101001 1101000 11110101 101 111010 0 100 100100111 1011000 1000100

Color Harmonies of #E968F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968F5

Black with #E968F5

Text Example


Text Example

White with #E968F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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