Html Css Color HEX #E975FD Heliotrope

📋 copy color: '#E975FD'

red 233 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #E975FD

Tints of Heliotrope #E975FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.4%

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

R = 38.64%
G = 19.4%
B = 41.96%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E975FD (or 0xE975FD) is known color: Heliotrope. HEX triplet: E9, 75 and FD. RGB value is (233,117,253). Sum of RGB (Red+Green+Blue) = 233+117+253=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 117 (46.09% from 255 or 19.40% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #E975FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E975FD is #168A02. Grayscale: #A6A6A6. Windows color (decimal): -1477123 or 16610793. OLE color: 16610793.

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

Color convert

RGB 233 117 253 -
CMYK 0.08 0.54 0 0.01
HSL 291.18º 0.97% 0.73% -
HSV(B) 291.18º 0.54% 0.99% -
XYZ 57.7 37.14 97.06 -
YUV 167.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 233 117 253 0.08 0.54 0 0.01 291.18 0.97 0.73
Hex E9 75 FD 8 36 0 1 123 61 49
Octal 351 165 375 10 66 0 1 443 141 111
Binary 11101001 1110101 11111101 1000 110110 0 1 100100011 1100001 1001001

Color Harmonies of #E975FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975FD

Black with #E975FD

Text Example


Text Example

White with #E975FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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