Html Css Color HEX #E969F0 Heliotrope

📋 copy color: '#E969F0'

red 233 ◦ green 105 ◦ blue 240

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

Shades of Heliotrope #E969F0

Tints of Heliotrope #E969F0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.17%

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 40.31%
G = 18.17%
B = 41.52%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E969F0 (or 0xE969F0) is known color: Heliotrope. HEX triplet: E9, 69 and F0. RGB value is (233,105,240). Sum of RGB (Red+Green+Blue) = 233+105+240=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #E969F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E969F0 is #16960F. Grayscale: #9E9E9E. Windows color (decimal): -1480208 or 15755753. OLE color: 15755753.

HSL color Cylindrical-coordinate representation of color #E969F0: hue angle of 296.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E969F0 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 105 240 -
CMYK 0.03 0.56 0 0.06
HSL 296.89º 0.82% 0.68% -
HSV(B) 296.89º 0.56% 0.94% -
XYZ 54.38 33.72 86.08 -
YUV 158.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 233 105 240 0.03 0.56 0 0.06 296.89 0.82 0.68
Hex E9 69 F0 3 38 0 6 129 52 44
Octal 351 151 360 3 70 0 6 451 122 104
Binary 11101001 1101001 11110000 11 111000 0 110 100101001 1010010 1000100

Color Harmonies of #E969F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E969F0

Black with #E969F0

Text Example


Text Example

White with #E969F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E969F0; }

 p { color: rgb(233,105,240); }

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

background-color css

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

 a { background-color: rgb(233,105,240); }

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

border-color css

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

 span { border-color: rgb(233,105,240); }

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