Html Css Color HEX #EF90EF Violet

📋 copy color: '#EF90EF'

red 239 ◦ green 144 ◦ blue 239

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

Shades of Violet #EF90EF

Tints of Violet #EF90EF

RGB

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

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

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

R = 38.42%
G = 23.15%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF90EF (or 0xEF90EF) is known color: Violet. HEX triplet: EF, 90 and EF. RGB value is (239,144,239). Sum of RGB (Red+Green+Blue) = 239+144+239=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF90EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90EF is #106F10. Grayscale: #B6B6B6. Windows color (decimal): -1077009 or 15700207. OLE color: 15700207.

HSL color Cylindrical-coordinate representation of color #EF90EF: hue angle of 300º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90EF is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 239 -
CMYK 0 0.40 0 0.06
HSL 300º 0.75% 0.75% -
HSV(B) 300º 0.4% 0.94% -
XYZ 61.15 44.53 87.03 -
YUV 183.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 239 144 239 0 0.40 0 0.06 300 0.75 0.75
Hex EF 90 EF 0 28 0 6 12C 4B 4B
Octal 357 220 357 0 50 0 6 454 113 113
Binary 11101111 10010000 11101111 0 101000 0 110 100101100 1001011 1001011

Color Harmonies of #EF90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90EF

Black with #EF90EF

Text Example


Text Example

White with #EF90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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