Html Css Color HEX #EF73FF Heliotrope

📋 copy color: '#EF73FF'

red 239 ◦ green 115 ◦ blue 255

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

Shades of Heliotrope #EF73FF

Tints of Heliotrope #EF73FF

RGB

 RED value IS 239 (93.75% from 255) = 39.24%

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

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

R = 39.24%
G = 18.88%
B = 41.87%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF73FF (or 0xEF73FF) is known color: Heliotrope. HEX triplet: EF, 73 and FF. RGB value is (239,115,255). Sum of RGB (Red+Green+Blue) = 239+115+255=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 115 (45.31% from 255 or 18.88% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF73FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73FF is #108C00. Grayscale: #A7A7A7. Windows color (decimal): -1084417 or 16741359. OLE color: 16741359.

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

Color convert

RGB 239 115 255 -
CMYK 0.06 0.55 0 0
HSL 293.14º 1% 0.73% -
HSV(B) 293.14º 0.55% 1% -
XYZ 59.78 37.83 98.76 -
YUV 168.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 239 115 255 0.06 0.55 0 0 293.14 1 0.73
Hex EF 73 FF 6 37 0 0 125 64 49
Octal 357 163 377 6 67 0 0 445 144 111
Binary 11101111 1110011 11111111 110 110111 0 0 100100101 1100100 1001001

Color Harmonies of #EF73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73FF

Black with #EF73FF

Text Example


Text Example

White with #EF73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73FF; }

 p { color: rgb(239,115,255); }

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

background-color css

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

 a { background-color: rgb(239,115,255); }

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

border-color css

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

 span { border-color: rgb(239,115,255); }

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