Html Css Color HEX #E970FF Heliotrope

📋 copy color: '#E970FF'

red 233 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #E970FF

Tints of Heliotrope #E970FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.5%

R = 38.83%
G = 18.67%
B = 42.5%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E970FF (or 0xE970FF) is known color: Heliotrope. HEX triplet: E9, 70 and FF. RGB value is (233,112,255). Sum of RGB (Red+Green+Blue) = 233+112+255=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 112 (44.14% from 255 or 18.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #E970FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E970FF is #168F00. Grayscale: #A4A4A4. Windows color (decimal): -1478401 or 16740585. OLE color: 16740585.

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

Color convert

RGB 233 112 255 -
CMYK 0.09 0.56 0 0
HSL 290.77º 1% 0.72% -
HSV(B) 290.77º 0.56% 1% -
XYZ 57.45 36.13 98.55 -
YUV 164.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 233 112 255 0.09 0.56 0 0 290.77 1 0.72
Hex E9 70 FF 9 38 0 0 123 64 48
Octal 351 160 377 11 70 0 0 443 144 110
Binary 11101001 1110000 11111111 1001 111000 0 0 100100011 1100100 1001000

Color Harmonies of #E970FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970FF

Black with #E970FF

Text Example


Text Example

White with #E970FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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