Html Css Color HEX #E961FC Heliotrope

📋 copy color: '#E961FC'

red 233 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #E961FC

Tints of Heliotrope #E961FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.67%

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

R = 40.03%
G = 16.67%
B = 43.3%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E961FC (or 0xE961FC) is known color: Heliotrope. HEX triplet: E9, 61 and FC. RGB value is (233,97,252). Sum of RGB (Red+Green+Blue) = 233+97+252=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 97 (38.28% from 255 or 16.67% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #E961FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961FC is #169E03. Grayscale: #9A9A9A. Windows color (decimal): -1482244 or 16540137. OLE color: 16540137.

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

Color convert

RGB 233 97 252 -
CMYK 0.08 0.62 0 0.01
HSL 292.65º 0.96% 0.68% -
HSV(B) 292.65º 0.62% 0.99% -
XYZ 55.45 32.9 95.52 -
YUV 155.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 233 97 252 0.08 0.62 0 0.01 292.65 0.96 0.68
Hex E9 61 FC 8 3E 0 1 125 60 44
Octal 351 141 374 10 76 0 1 445 140 104
Binary 11101001 1100001 11111100 1000 111110 0 1 100100101 1100000 1000100

Color Harmonies of #E961FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961FC

Black with #E961FC

Text Example


Text Example

White with #E961FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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