Html Css Color HEX #EF95EC Violet

📋 copy color: '#EF95EC'

red 239 ◦ green 149 ◦ blue 236

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

Shades of Violet #EF95EC

Tints of Violet #EF95EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.88%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 38.3%
G = 23.88%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF95EC (or 0xEF95EC) is known color: Violet. HEX triplet: EF, 95 and EC. RGB value is (239,149,236). Sum of RGB (Red+Green+Blue) = 239+149+236=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF95EC is #106A13. Grayscale: #B9B9B9. Windows color (decimal): -1075732 or 15504879. OLE color: 15504879.

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

Color convert

RGB 239 149 236 -
CMYK 0 0.38 0.01 0.06
HSL 302º 0.74% 0.76% -
HSV(B) 302º 0.38% 0.94% -
XYZ 61.48 45.9 84.98 -
YUV 185.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 239 149 236 0 0.38 0.01 0.06 302 0.74 0.76
Hex EF 95 EC 0 26 1 6 12E 4A 4C
Octal 357 225 354 0 46 1 6 456 112 114
Binary 11101111 10010101 11101100 0 100110 1 110 100101110 1001010 1001100

Color Harmonies of #EF95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF95EC

Black with #EF95EC

Text Example


Text Example

White with #EF95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF95EC; }

 p { color: rgb(239,149,236); }

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

background-color css

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

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

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

border-color css

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

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

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