Html Css Color HEX #E968FC Heliotrope

📋 copy color: '#E968FC'

red 233 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #E968FC

Tints of Heliotrope #E968FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 39.56%
G = 17.66%
B = 42.78%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E968FC (or 0xE968FC) is known color: Heliotrope. HEX triplet: E9, 68 and FC. RGB value is (233,104,252). Sum of RGB (Red+Green+Blue) = 233+104+252=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 104 (41.02% from 255 or 17.66% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #E968FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E968FC is #169703. Grayscale: #9E9E9E. Windows color (decimal): -1480452 or 16541929. OLE color: 16541929.

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

Color convert

RGB 233 104 252 -
CMYK 0.08 0.59 0 0.01
HSL 292.3º 0.96% 0.7% -
HSV(B) 292.3º 0.59% 0.99% -
XYZ 56.13 34.25 95.75 -
YUV 159.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 233 104 252 0.08 0.59 0 0.01 292.3 0.96 0.7
Hex E9 68 FC 8 3B 0 1 124 60 46
Octal 351 150 374 10 73 0 1 444 140 106
Binary 11101001 1101000 11111100 1000 111011 0 1 100100100 1100000 1000110

Color Harmonies of #E968FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968FC

Black with #E968FC

Text Example


Text Example

White with #E968FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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