Html Css Color HEX #EF9BF8 Violet

📋 copy color: '#EF9BF8'

red 239 ◦ green 155 ◦ blue 248

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

Shades of Violet #EF9BF8

Tints of Violet #EF9BF8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.14%

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 37.23%
G = 24.14%
B = 38.63%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF9BF8 (or 0xEF9BF8) is known color: Violet. HEX triplet: EF, 9B and F8. RGB value is (239,155,248). Sum of RGB (Red+Green+Blue) = 239+155+248=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 155 (60.94% from 255 or 24.14% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF9BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BF8 is #106407. Grayscale: #BEBEBE. Windows color (decimal): -1074184 or 16292847. OLE color: 16292847.

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

Color convert

RGB 239 155 248 -
CMYK 0.04 0.38 0 0.03
HSL 294.19º 0.87% 0.79% -
HSV(B) 294.19º 0.38% 0.97% -
XYZ 64.26 48.57 94.8 -
YUV 190.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 239 155 248 0.04 0.38 0 0.03 294.19 0.87 0.79
Hex EF 9B F8 4 26 0 3 126 57 4F
Octal 357 233 370 4 46 0 3 446 127 117
Binary 11101111 10011011 11111000 100 100110 0 11 100100110 1010111 1001111

Color Harmonies of #EF9BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BF8

Black with #EF9BF8

Text Example


Text Example

White with #EF9BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BF8; }

 p { color: rgb(239,155,248); }

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

background-color css

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

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

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

border-color css

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

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

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