Html Css Color HEX #EF90F9 Violet

📋 copy color: '#EF90F9'

red 239 ◦ green 144 ◦ blue 249

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

Shades of Violet #EF90F9

Tints of Violet #EF90F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.78%

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 37.82%
G = 22.78%
B = 39.4%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF90F9 (or 0xEF90F9) is known color: Violet. HEX triplet: EF, 90 and F9. RGB value is (239,144,249). Sum of RGB (Red+Green+Blue) = 239+144+249=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 144 (56.64% from 255 or 22.78% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90F9 is #106F06. Grayscale: #B8B8B8. Windows color (decimal): -1076999 or 16355567. OLE color: 16355567.

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

Color convert

RGB 239 144 249 -
CMYK 0.04 0.42 0 0.02
HSL 294.29º 0.9% 0.77% -
HSV(B) 294.29º 0.42% 0.98% -
XYZ 62.67 45.14 95.03 -
YUV 184.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 239 144 249 0.04 0.42 0 0.02 294.29 0.9 0.77
Hex EF 90 F9 4 2A 0 2 126 5A 4D
Octal 357 220 371 4 52 0 2 446 132 115
Binary 11101111 10010000 11111001 100 101010 0 10 100100110 1011010 1001101

Color Harmonies of #EF90F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90F9

Black with #EF90F9

Text Example


Text Example

White with #EF90F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90F9; }

 p { color: rgb(239,144,249); }

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

background-color css

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

 a { background-color: rgb(239,144,249); }

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

border-color css

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

 span { border-color: rgb(239,144,249); }

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