Html Css Color HEX #EF83FC Violet

📋 copy color: '#EF83FC'

red 239 ◦ green 131 ◦ blue 252

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

Shades of Violet #EF83FC

Tints of Violet #EF83FC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.06%

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 38.42%
G = 21.06%
B = 40.51%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF83FC (or 0xEF83FC) is known color: Violet. HEX triplet: EF, 83 and FC. RGB value is (239,131,252). Sum of RGB (Red+Green+Blue) = 239+131+252=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 131 (51.56% from 255 or 21.06% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF83FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF83FC is #107C03. Grayscale: #B0B0B0. Windows color (decimal): -1080324 or 16548847. OLE color: 16548847.

HSL color Cylindrical-coordinate representation of color #EF83FC: hue angle of 293.55º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF83FC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 131 252 -
CMYK 0.05 0.48 0 0.01
HSL 293.55º 0.95% 0.75% -
HSV(B) 293.55º 0.48% 0.99% -
XYZ 61.28 41.61 96.9 -
YUV 177.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 239 131 252 0.05 0.48 0 0.01 293.55 0.95 0.75
Hex EF 83 FC 5 30 0 1 126 5F 4B
Octal 357 203 374 5 60 0 1 446 137 113
Binary 11101111 10000011 11111100 101 110000 0 1 100100110 1011111 1001011

Color Harmonies of #EF83FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83FC

Black with #EF83FC

Text Example


Text Example

White with #EF83FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83FC; }

 p { color: rgb(239,131,252); }

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

background-color css

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

 a { background-color: rgb(239,131,252); }

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

border-color css

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

 span { border-color: rgb(239,131,252); }

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