Html Css Color HEX #E971FD Heliotrope

📋 copy color: '#E971FD'

red 233 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #E971FD

Tints of Heliotrope #E971FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.86%

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

R = 38.9%
G = 18.86%
B = 42.24%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E971FD (or 0xE971FD) is known color: Heliotrope. HEX triplet: E9, 71 and FD. RGB value is (233,113,253). Sum of RGB (Red+Green+Blue) = 233+113+253=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 113 (44.53% from 255 or 18.86% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #E971FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E971FD is #168E02. Grayscale: #A4A4A4. Windows color (decimal): -1478147 or 16609769. OLE color: 16609769.

HSL color Cylindrical-coordinate representation of color #E971FD: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E971FD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 113 253 -
CMYK 0.08 0.55 0 0.01
HSL 291.43º 0.97% 0.72% -
HSV(B) 291.43º 0.55% 0.99% -
XYZ 57.24 36.23 96.9 -
YUV 164.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 233 113 253 0.08 0.55 0 0.01 291.43 0.97 0.72
Hex E9 71 FD 8 37 0 1 123 61 48
Octal 351 161 375 10 67 0 1 443 141 110
Binary 11101001 1110001 11111101 1000 110111 0 1 100100011 1100001 1001000

Color Harmonies of #E971FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971FD

Black with #E971FD

Text Example


Text Example

White with #E971FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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