Html Css Color HEX #EF75FF Heliotrope

📋 copy color: '#EF75FF'

red 239 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #EF75FF

Tints of Heliotrope #EF75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.15%

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

R = 39.12%
G = 19.15%
B = 41.73%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF75FF (or 0xEF75FF) is known color: Heliotrope. HEX triplet: EF, 75 and FF. RGB value is (239,117,255). Sum of RGB (Red+Green+Blue) = 239+117+255=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 117 (46.09% from 255 or 19.15% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF75FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF75FF is #108A00. Grayscale: #A8A8A8. Windows color (decimal): -1083905 or 16741871. OLE color: 16741871.

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

Color convert

RGB 239 117 255 -
CMYK 0.06 0.54 0 0
HSL 293.04º 1% 0.73% -
HSV(B) 293.04º 0.54% 1% -
XYZ 60.01 38.29 98.84 -
YUV 169.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 239 117 255 0.06 0.54 0 0 293.04 1 0.73
Hex EF 75 FF 6 36 0 0 125 64 49
Octal 357 165 377 6 66 0 0 445 144 111
Binary 11101111 1110101 11111111 110 110110 0 0 100100101 1100100 1001001

Color Harmonies of #EF75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF75FF

Black with #EF75FF

Text Example


Text Example

White with #EF75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF75FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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