Html Css Color HEX #EF96EE Violet

📋 copy color: '#EF96EE'

red 239 ◦ green 150 ◦ blue 238

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

Shades of Violet #EF96EE

Tints of Violet #EF96EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.92%

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 38.12%
G = 23.92%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF96EE (or 0xEF96EE) is known color: Violet. HEX triplet: EF, 96 and EE. RGB value is (239,150,238). Sum of RGB (Red+Green+Blue) = 239+150+238=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96EE is #106911. Grayscale: #BABABA. Windows color (decimal): -1075474 or 15636207. OLE color: 15636207.

HSL color Cylindrical-coordinate representation of color #EF96EE: hue angle of 300.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96EE is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 238 -
CMYK 0 0.37 0.00 0.06
HSL 300.67º 0.74% 0.76% -
HSV(B) 300.67º 0.37% 0.94% -
XYZ 61.94 46.34 86.57 -
YUV 186.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 239 150 238 0 0.37 0.00 0.06 300.67 0.74 0.76
Hex EF 96 EE 0 25 0 6 12D 4A 4C
Octal 357 226 356 0 45 0 6 455 112 114
Binary 11101111 10010110 11101110 0 100101 0 110 100101101 1001010 1001100

Color Harmonies of #EF96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96EE

Black with #EF96EE

Text Example


Text Example

White with #EF96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96EE; }

 p { color: rgb(239,150,238); }

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

background-color css

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

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

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

border-color css

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

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

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