Html Css Color HEX #E982FD Heliotrope

📋 copy color: '#E982FD'

red 233 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #E982FD

Tints of Heliotrope #E982FD

RGB

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

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

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

R = 37.82%
G = 21.1%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E982FD (or 0xE982FD) is known color: Heliotrope. HEX triplet: E9, 82 and FD. RGB value is (233,130,253). Sum of RGB (Red+Green+Blue) = 233+130+253=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 130 (51.17% from 255 or 21.10% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #E982FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E982FD is #167D02. Grayscale: #AEAEAE. Windows color (decimal): -1473795 or 16614121. OLE color: 16614121.

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

Color convert

RGB 233 130 253 -
CMYK 0.08 0.49 0 0.01
HSL 290.24º 0.97% 0.75% -
HSV(B) 290.24º 0.49% 0.99% -
XYZ 59.32 40.38 97.6 -
YUV 174.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 233 130 253 0.08 0.49 0 0.01 290.24 0.97 0.75
Hex E9 82 FD 8 31 0 1 122 61 4B
Octal 351 202 375 10 61 0 1 442 141 113
Binary 11101001 10000010 11111101 1000 110001 0 1 100100010 1100001 1001011

Color Harmonies of #E982FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982FD

Black with #E982FD

Text Example


Text Example

White with #E982FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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