Html Css Color HEX #E682FD Heliotrope

📋 copy color: '#E682FD'

red 230 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #E682FD

Tints of Heliotrope #E682FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 37.52%
G = 21.21%
B = 41.27%

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

#E682FD (or 0xE682FD) is known color: Heliotrope. HEX triplet: E6, 82 and FD. RGB value is (230,130,253). Sum of RGB (Red+Green+Blue) = 230+130+253=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #E682FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E682FD is #197D02. Grayscale: #ADADAD. Windows color (decimal): -1670403 or 16614118. OLE color: 16614118.

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

Color convert

RGB 230 130 253 -
CMYK 0.09 0.49 0 0.01
HSL 288.78º 0.97% 0.75% -
HSV(B) 288.78º 0.49% 0.99% -
XYZ 58.35 39.88 97.55 -
YUV 173.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 230 130 253 0.09 0.49 0 0.01 288.78 0.97 0.75
Hex E6 82 FD 9 31 0 1 121 61 4B
Octal 346 202 375 11 61 0 1 441 141 113
Binary 11100110 10000010 11111101 1001 110001 0 1 100100001 1100001 1001011

Color Harmonies of #E682FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682FD

Black with #E682FD

Text Example


Text Example

White with #E682FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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