Html Css Color HEX #E682FA Heliotrope

📋 copy color: '#E682FA'

red 230 ◦ green 130 ◦ blue 250

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

Shades of Heliotrope #E682FA

Tints of Heliotrope #E682FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.31%

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 37.7%
G = 21.31%
B = 40.98%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E682FA (or 0xE682FA) is known color: Heliotrope. HEX triplet: E6, 82 and FA. RGB value is (230,130,250). Sum of RGB (Red+Green+Blue) = 230+130+250=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #E682FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682FA is #197D05. Grayscale: #ADADAD. Windows color (decimal): -1670406 or 16417510. OLE color: 16417510.

HSL color Cylindrical-coordinate representation of color #E682FA: hue angle of 290º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E682FA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 130 250 -
CMYK 0.08 0.48 0 0.02
HSL 290º 0.92% 0.75% -
HSV(B) 290º 0.48% 0.98% -
XYZ 57.87 39.69 95.05 -
YUV 173.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 230 130 250 0.08 0.48 0 0.02 290 0.92 0.75
Hex E6 82 FA 8 30 0 2 122 5C 4B
Octal 346 202 372 10 60 0 2 442 134 113
Binary 11100110 10000010 11111010 1000 110000 0 10 100100010 1011100 1001011

Color Harmonies of #E682FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682FA

Black with #E682FA

Text Example


Text Example

White with #E682FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682FA; }

 p { color: rgb(230,130,250); }

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

background-color css

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

 a { background-color: rgb(230,130,250); }

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

border-color css

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

 span { border-color: rgb(230,130,250); }

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