Html Css Color HEX #EA73F9 Heliotrope

📋 copy color: '#EA73F9'

red 234 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #EA73F9

Tints of Heliotrope #EA73F9

RGB

 RED value IS 234 (91.8% from 255) = 39.13%

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

 BLUE value IS 249 (97.66% from 255) = 41.64%

R = 39.13%
G = 19.23%
B = 41.64%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA73F9 (or 0xEA73F9) is known color: Heliotrope. HEX triplet: EA, 73 and F9. RGB value is (234,115,249). Sum of RGB (Red+Green+Blue) = 234+115+249=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA73F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA73F9 is #158C06. Grayscale: #A5A5A5. Windows color (decimal): -1412103 or 16348138. OLE color: 16348138.

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

Color convert

RGB 234 115 249 -
CMYK 0.06 0.54 0 0.02
HSL 293.28º 0.92% 0.71% -
HSV(B) 293.28º 0.54% 0.98% -
XYZ 57.16 36.59 93.67 -
YUV 165.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 234 115 249 0.06 0.54 0 0.02 293.28 0.92 0.71
Hex EA 73 F9 6 36 0 2 125 5C 47
Octal 352 163 371 6 66 0 2 445 134 107
Binary 11101010 1110011 11111001 110 110110 0 10 100100101 1011100 1000111

Color Harmonies of #EA73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73F9

Black with #EA73F9

Text Example


Text Example

White with #EA73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73F9; }

 p { color: rgb(234,115,249); }

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

background-color css

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

 a { background-color: rgb(234,115,249); }

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

border-color css

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

 span { border-color: rgb(234,115,249); }

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