Html Css Color HEX #EF7BFB Violet

📋 copy color: '#EF7BFB'

red 239 ◦ green 123 ◦ blue 251

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

Shades of Violet #EF7BFB

Tints of Violet #EF7BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.07%

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 38.99%
G = 20.07%
B = 40.95%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF7BFB (or 0xEF7BFB) is known color: Violet. HEX triplet: EF, 7B and FB. RGB value is (239,123,251). Sum of RGB (Red+Green+Blue) = 239+123+251=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 123 (48.44% from 255 or 20.07% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF7BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BFB is #108404. Grayscale: #ABABAB. Windows color (decimal): -1082373 or 16481263. OLE color: 16481263.

HSL color Cylindrical-coordinate representation of color #EF7BFB: hue angle of 294.38º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7BFB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 123 251 -
CMYK 0.05 0.51 0 0.02
HSL 294.38º 0.94% 0.73% -
HSV(B) 294.38º 0.51% 0.98% -
XYZ 60.09 39.48 95.72 -
YUV 172.28 172.43 175.59 -
System Red Green Blue C M Y K H S L
Decimal 239 123 251 0.05 0.51 0 0.02 294.38 0.94 0.73
Hex EF 7B FB 5 33 0 2 126 5E 49
Octal 357 173 373 5 63 0 2 446 136 111
Binary 11101111 1111011 11111011 101 110011 0 10 100100110 1011110 1001001

Color Harmonies of #EF7BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BFB

Black with #EF7BFB

Text Example


Text Example

White with #EF7BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BFB; }

 p { color: rgb(239,123,251); }

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

background-color css

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

 a { background-color: rgb(239,123,251); }

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

border-color css

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

 span { border-color: rgb(239,123,251); }

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