Html Css Color HEX #ED73FA Heliotrope

📋 copy color: '#ED73FA'

red 237 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #ED73FA

Tints of Heliotrope #ED73FA

RGB

 RED value IS 237 (92.97% from 255) = 39.37%

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

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

R = 39.37%
G = 19.1%
B = 41.53%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED73FA (or 0xED73FA) is known color: Heliotrope. HEX triplet: ED, 73 and FA. RGB value is (237,115,250). Sum of RGB (Red+Green+Blue) = 237+115+250=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED73FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED73FA is #128C05. Grayscale: #A6A6A6. Windows color (decimal): -1215494 or 16413677. OLE color: 16413677.

HSL color Cylindrical-coordinate representation of color #ED73FA: hue angle of 294.22º 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 #ED73FA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 115 250 -
CMYK 0.05 0.54 0 0.02
HSL 294.22º 0.93% 0.72% -
HSV(B) 294.22º 0.54% 0.98% -
XYZ 58.31 37.17 94.54 -
YUV 166.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 237 115 250 0.05 0.54 0 0.02 294.22 0.93 0.72
Hex ED 73 FA 5 36 0 2 126 5D 48
Octal 355 163 372 5 66 0 2 446 135 110
Binary 11101101 1110011 11111010 101 110110 0 10 100100110 1011101 1001000

Color Harmonies of #ED73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED73FA

Black with #ED73FA

Text Example


Text Example

White with #ED73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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