Html Css Color HEX #E980FD Heliotrope

📋 copy color: '#E980FD'

red 233 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #E980FD

Tints of Heliotrope #E980FD

RGB

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

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

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

R = 37.95%
G = 20.85%
B = 41.21%

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

#E980FD (or 0xE980FD) is known color: Heliotrope. HEX triplet: E9, 80 and FD. RGB value is (233,128,253). Sum of RGB (Red+Green+Blue) = 233+128+253=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 128 (50.39% from 255 or 20.85% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #E980FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E980FD is #167F02. Grayscale: #ADADAD. Windows color (decimal): -1474307 or 16613609. OLE color: 16613609.

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

Color convert

RGB 233 128 253 -
CMYK 0.08 0.49 0 0.01
HSL 290.4º 0.97% 0.75% -
HSV(B) 290.4º 0.49% 0.99% -
XYZ 59.05 39.85 97.51 -
YUV 173.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 233 128 253 0.08 0.49 0 0.01 290.4 0.97 0.75
Hex E9 80 FD 8 31 0 1 122 61 4B
Octal 351 200 375 10 61 0 1 442 141 113
Binary 11101001 10000000 11111101 1000 110001 0 1 100100010 1100001 1001011

Color Harmonies of #E980FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980FD

Black with #E980FD

Text Example


Text Example

White with #E980FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E980FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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