Html Css Color HEX #E968F0 Heliotrope

📋 copy color: '#E968F0'

red 233 ◦ green 104 ◦ blue 240

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

Shades of Heliotrope #E968F0

Tints of Heliotrope #E968F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 40.38%
G = 18.02%
B = 41.59%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E968F0 (or 0xE968F0) is known color: Heliotrope. HEX triplet: E9, 68 and F0. RGB value is (233,104,240). Sum of RGB (Red+Green+Blue) = 233+104+240=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #E968F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968F0 is #16970F. Grayscale: #9D9D9D. Windows color (decimal): -1480464 or 15755497. OLE color: 15755497.

HSL color Cylindrical-coordinate representation of color #E968F0: hue angle of 296.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E968F0 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 104 240 -
CMYK 0.03 0.57 0 0.06
HSL 296.91º 0.82% 0.67% -
HSV(B) 296.91º 0.57% 0.94% -
XYZ 54.28 33.52 86.05 -
YUV 158.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 233 104 240 0.03 0.57 0 0.06 296.91 0.82 0.67
Hex E9 68 F0 3 39 0 6 129 52 43
Octal 351 150 360 3 71 0 6 451 122 103
Binary 11101001 1101000 11110000 11 111001 0 110 100101001 1010010 1000011

Color Harmonies of #E968F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968F0

Black with #E968F0

Text Example


Text Example

White with #E968F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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