Html Css Color HEX #EF90FF Violet

📋 copy color: '#EF90FF'

red 239 ◦ green 144 ◦ blue 255

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

Shades of Violet #EF90FF

Tints of Violet #EF90FF

RGB

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

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

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

R = 37.46%
G = 22.57%
B = 39.97%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF90FF (or 0xEF90FF) is known color: Violet. HEX triplet: EF, 90 and FF. RGB value is (239,144,255). Sum of RGB (Red+Green+Blue) = 239+144+255=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF90FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90FF is #106F00. Grayscale: #B8B8B8. Windows color (decimal): -1076993 or 16748783. OLE color: 16748783.

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

Color convert

RGB 239 144 255 -
CMYK 0.06 0.44 0 0
HSL 291.35º 1% 0.78% -
HSV(B) 291.35º 0.44% 1% -
XYZ 63.62 45.52 100.04 -
YUV 185.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 239 144 255 0.06 0.44 0 0 291.35 1 0.78
Hex EF 90 FF 6 2C 0 0 123 64 4E
Octal 357 220 377 6 54 0 0 443 144 116
Binary 11101111 10010000 11111111 110 101100 0 0 100100011 1100100 1001110

Color Harmonies of #EF90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90FF

Black with #EF90FF

Text Example


Text Example

White with #EF90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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