Html Css Color HEX #E673FA Heliotrope

📋 copy color: '#E673FA'

red 230 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #E673FA

Tints of Heliotrope #E673FA

RGB

 RED value IS 230 (90.23% from 255) = 38.66%

 GREEN value IS 115 (45.31% from 255) = 19.33%

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 38.66%
G = 19.33%
B = 42.02%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E673FA (or 0xE673FA) is known color: Heliotrope. HEX triplet: E6, 73 and FA. RGB value is (230,115,250). Sum of RGB (Red+Green+Blue) = 230+115+250=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #E673FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E673FA is #198C05. Grayscale: #A4A4A4. Windows color (decimal): -1674246 or 16413670. OLE color: 16413670.

HSL color Cylindrical-coordinate representation of color #E673FA: hue angle of 291.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E673FA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 115 250 -
CMYK 0.08 0.54 0 0.02
HSL 291.11º 0.93% 0.72% -
HSV(B) 291.11º 0.54% 0.98% -
XYZ 56.02 35.99 94.44 -
YUV 164.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 230 115 250 0.08 0.54 0 0.02 291.11 0.93 0.72
Hex E6 73 FA 8 36 0 2 123 5D 48
Octal 346 163 372 10 66 0 2 443 135 110
Binary 11100110 1110011 11111010 1000 110110 0 10 100100011 1011101 1001000

Color Harmonies of #E673FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673FA

Black with #E673FA

Text Example


Text Example

White with #E673FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673FA; }

 p { color: rgb(230,115,250); }

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

background-color css

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

 a { background-color: rgb(230,115,250); }

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

border-color css

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

 span { border-color: rgb(230,115,250); }

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