Html Css Color HEX #EF9DF6 Violet

📋 copy color: '#EF9DF6'

red 239 ◦ green 157 ◦ blue 246

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

Shades of Violet #EF9DF6

Tints of Violet #EF9DF6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.45%

 BLUE value IS 246 (96.48% from 255) = 38.32%

R = 37.23%
G = 24.45%
B = 38.32%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF9DF6 (or 0xEF9DF6) is known color: Violet. HEX triplet: EF, 9D and F6. RGB value is (239,157,246). Sum of RGB (Red+Green+Blue) = 239+157+246=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF9DF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DF6 is #106209. Grayscale: #BFBFBF. Windows color (decimal): -1073674 or 16162287. OLE color: 16162287.

HSL color Cylindrical-coordinate representation of color #EF9DF6: hue angle of 295.28º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9DF6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 157 246 -
CMYK 0.03 0.36 0 0.04
HSL 295.28º 0.83% 0.79% -
HSV(B) 295.28º 0.36% 0.96% -
XYZ 64.29 49.12 93.28 -
YUV 191.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 239 157 246 0.03 0.36 0 0.04 295.28 0.83 0.79
Hex EF 9D F6 3 24 0 4 127 53 4F
Octal 357 235 366 3 44 0 4 447 123 117
Binary 11101111 10011101 11110110 11 100100 0 100 100100111 1010011 1001111

Color Harmonies of #EF9DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DF6

Black with #EF9DF6

Text Example


Text Example

White with #EF9DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DF6; }

 p { color: rgb(239,157,246); }

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

background-color css

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

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

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

border-color css

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

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

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