Html Css Color HEX #EF8BFD Violet

📋 copy color: '#EF8BFD'

red 239 ◦ green 139 ◦ blue 253

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

Shades of Violet #EF8BFD

Tints of Violet #EF8BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.03%

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 37.88%
G = 22.03%
B = 40.1%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF8BFD (or 0xEF8BFD) is known color: Violet. HEX triplet: EF, 8B and FD. RGB value is (239,139,253). Sum of RGB (Red+Green+Blue) = 239+139+253=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF8BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8BFD is #107402. Grayscale: #B5B5B5. Windows color (decimal): -1078275 or 16616431. OLE color: 16616431.

HSL color Cylindrical-coordinate representation of color #EF8BFD: hue angle of 292.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF8BFD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 139 253 -
CMYK 0.06 0.45 0 0.01
HSL 292.63º 0.97% 0.77% -
HSV(B) 292.63º 0.45% 0.99% -
XYZ 62.56 43.91 98.11 -
YUV 181.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 239 139 253 0.06 0.45 0 0.01 292.63 0.97 0.77
Hex EF 8B FD 6 2D 0 1 125 61 4D
Octal 357 213 375 6 55 0 1 445 141 115
Binary 11101111 10001011 11111101 110 101101 0 1 100100101 1100001 1001101

Color Harmonies of #EF8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8BFD

Black with #EF8BFD

Text Example


Text Example

White with #EF8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8BFD; }

 p { color: rgb(239,139,253); }

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

background-color css

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

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

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

border-color css

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

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

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