Html Css Color HEX #E681FC Heliotrope

📋 copy color: '#E681FC'

red 230 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #E681FC

Tints of Heliotrope #E681FC

RGB

 RED value IS 230 (90.23% from 255) = 37.64%

 GREEN value IS 129 (50.78% from 255) = 21.11%

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

R = 37.64%
G = 21.11%
B = 41.24%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E681FC (or 0xE681FC) is known color: Heliotrope. HEX triplet: E6, 81 and FC. RGB value is (230,129,252). Sum of RGB (Red+Green+Blue) = 230+129+252=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #E681FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E681FC is #197E03. Grayscale: #ACACAC. Windows color (decimal): -1670660 or 16548326. OLE color: 16548326.

HSL color Cylindrical-coordinate representation of color #E681FC: hue angle of 289.27º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E681FC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 129 252 -
CMYK 0.09 0.49 0 0.01
HSL 289.27º 0.95% 0.75% -
HSV(B) 289.27º 0.49% 0.99% -
XYZ 58.05 39.55 96.67 -
YUV 173.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 230 129 252 0.09 0.49 0 0.01 289.27 0.95 0.75
Hex E6 81 FC 9 31 0 1 121 5F 4B
Octal 346 201 374 11 61 0 1 441 137 113
Binary 11100110 10000001 11111100 1001 110001 0 1 100100001 1011111 1001011

Color Harmonies of #E681FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E681FC

Black with #E681FC

Text Example


Text Example

White with #E681FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E681FC; }

 p { color: rgb(230,129,252); }

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

background-color css

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

 a { background-color: rgb(230,129,252); }

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

border-color css

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

 span { border-color: rgb(230,129,252); }

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