Html Css Color HEX #EF72FF Heliotrope

📋 copy color: '#EF72FF'

red 239 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #EF72FF

Tints of Heliotrope #EF72FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 18.75%

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

R = 39.31%
G = 18.75%
B = 41.94%

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

#EF72FF (or 0xEF72FF) is known color: Heliotrope. HEX triplet: EF, 72 and FF. RGB value is (239,114,255). Sum of RGB (Red+Green+Blue) = 239+114+255=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 114 (44.92% from 255 or 18.75% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF72FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF72FF is #108D00. Grayscale: #A7A7A7. Windows color (decimal): -1084673 or 16741103. OLE color: 16741103.

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

Color convert

RGB 239 114 255 -
CMYK 0.06 0.55 0 0
HSL 293.19º 1% 0.72% -
HSV(B) 293.19º 0.55% 1% -
XYZ 59.66 37.61 98.72 -
YUV 167.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 239 114 255 0.06 0.55 0 0 293.19 1 0.72
Hex EF 72 FF 6 37 0 0 125 64 48
Octal 357 162 377 6 67 0 0 445 144 110
Binary 11101111 1110010 11111111 110 110111 0 0 100100101 1100100 1001000

Color Harmonies of #EF72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF72FF

Black with #EF72FF

Text Example


Text Example

White with #EF72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF72FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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