Html Css Color HEX #E970FD Heliotrope

📋 copy color: '#E970FD'

red 233 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #E970FD

Tints of Heliotrope #E970FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 18.73%

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

R = 38.96%
G = 18.73%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E970FD (or 0xE970FD) is known color: Heliotrope. HEX triplet: E9, 70 and FD. RGB value is (233,112,253). Sum of RGB (Red+Green+Blue) = 233+112+253=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 112 (44.14% from 255 or 18.73% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #E970FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970FD is #168F02. Grayscale: #A3A3A3. Windows color (decimal): -1478403 or 16609513. OLE color: 16609513.

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

Color convert

RGB 233 112 253 -
CMYK 0.08 0.56 0 0.01
HSL 291.49º 0.97% 0.72% -
HSV(B) 291.49º 0.56% 0.99% -
XYZ 57.13 36 96.87 -
YUV 164.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 233 112 253 0.08 0.56 0 0.01 291.49 0.97 0.72
Hex E9 70 FD 8 38 0 1 123 61 48
Octal 351 160 375 10 70 0 1 443 141 110
Binary 11101001 1110000 11111101 1000 111000 0 1 100100011 1100001 1001000

Color Harmonies of #E970FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970FD

Black with #E970FD

Text Example


Text Example

White with #E970FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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