Html Css Color HEX #EF7FFB Violet

📋 copy color: '#EF7FFB'

red 239 ◦ green 127 ◦ blue 251

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

Shades of Violet #EF7FFB

Tints of Violet #EF7FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 20.58%

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

R = 38.74%
G = 20.58%
B = 40.68%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF7FFB (or 0xEF7FFB) is known color: Violet. HEX triplet: EF, 7F and FB. RGB value is (239,127,251). Sum of RGB (Red+Green+Blue) = 239+127+251=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF7FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7FFB is #108004. Grayscale: #AEAEAE. Windows color (decimal): -1081349 or 16482287. OLE color: 16482287.

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

Color convert

RGB 239 127 251 -
CMYK 0.05 0.49 0 0.02
HSL 294.19º 0.94% 0.74% -
HSV(B) 294.19º 0.49% 0.98% -
XYZ 60.6 40.49 95.89 -
YUV 174.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 239 127 251 0.05 0.49 0 0.02 294.19 0.94 0.74
Hex EF 7F FB 5 31 0 2 126 5E 4A
Octal 357 177 373 5 61 0 2 446 136 112
Binary 11101111 1111111 11111011 101 110001 0 10 100100110 1011110 1001010

Color Harmonies of #EF7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FFB

Black with #EF7FFB

Text Example


Text Example

White with #EF7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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