Html Css Color HEX #EF89FA Violet

📋 copy color: '#EF89FA'

red 239 ◦ green 137 ◦ blue 250

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

Shades of Violet #EF89FA

Tints of Violet #EF89FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 21.88%

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

R = 38.18%
G = 21.88%
B = 39.94%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF89FA (or 0xEF89FA) is known color: Violet. HEX triplet: EF, 89 and FA. RGB value is (239,137,250). Sum of RGB (Red+Green+Blue) = 239+137+250=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 137 (53.91% from 255 or 21.88% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF89FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF89FA is #107605. Grayscale: #B4B4B4. Windows color (decimal): -1078790 or 16419311. OLE color: 16419311.

HSL color Cylindrical-coordinate representation of color #EF89FA: hue angle of 294.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF89FA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 137 250 -
CMYK 0.04 0.45 0 0.02
HSL 294.16º 0.92% 0.76% -
HSV(B) 294.16º 0.45% 0.98% -
XYZ 61.8 43.14 95.51 -
YUV 180.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 239 137 250 0.04 0.45 0 0.02 294.16 0.92 0.76
Hex EF 89 FA 4 2D 0 2 126 5C 4C
Octal 357 211 372 4 55 0 2 446 134 114
Binary 11101111 10001001 11111010 100 101101 0 10 100100110 1011100 1001100

Color Harmonies of #EF89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF89FA

Black with #EF89FA

Text Example


Text Example

White with #EF89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF89FA; }

 p { color: rgb(239,137,250); }

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

background-color css

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

 a { background-color: rgb(239,137,250); }

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

border-color css

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

 span { border-color: rgb(239,137,250); }

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