Html Css Color HEX #E680FC Heliotrope

📋 copy color: '#E680FC'

red 230 ◦ green 128 ◦ blue 252

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

Shades of Heliotrope #E680FC

Tints of Heliotrope #E680FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.98%

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

R = 37.7%
G = 20.98%
B = 41.31%

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

#E680FC (or 0xE680FC) is known color: Heliotrope. HEX triplet: E6, 80 and FC. RGB value is (230,128,252). Sum of RGB (Red+Green+Blue) = 230+128+252=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #E680FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680FC is #197F03. Grayscale: #ACACAC. Windows color (decimal): -1670916 or 16548070. OLE color: 16548070.

HSL color Cylindrical-coordinate representation of color #E680FC: hue angle of 289.35º 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 #E680FC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 128 252 -
CMYK 0.09 0.49 0 0.01
HSL 289.35º 0.95% 0.75% -
HSV(B) 289.35º 0.49% 0.99% -
XYZ 57.92 39.29 96.63 -
YUV 172.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 230 128 252 0.09 0.49 0 0.01 289.35 0.95 0.75
Hex E6 80 FC 9 31 0 1 121 5F 4B
Octal 346 200 374 11 61 0 1 441 137 113
Binary 11100110 10000000 11111100 1001 110001 0 1 100100001 1011111 1001011

Color Harmonies of #E680FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E680FC

Black with #E680FC

Text Example


Text Example

White with #E680FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E680FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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