Html Css Color HEX #EF77E7 Violet

📋 copy color: '#EF77E7'

red 239 ◦ green 119 ◦ blue 231

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

Shades of Violet #EF77E7

Tints of Violet #EF77E7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.2%

 BLUE value IS 231 (90.63% from 255) = 39.22%

R = 40.58%
G = 20.2%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF77E7 (or 0xEF77E7) is known color: Violet. HEX triplet: EF, 77 and E7. RGB value is (239,119,231). Sum of RGB (Red+Green+Blue) = 239+119+231=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EF77E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF77E7 is #108818. Grayscale: #A7A7A7. Windows color (decimal): -1083417 or 15169519. OLE color: 15169519.

HSL color Cylindrical-coordinate representation of color #EF77E7: hue angle of 304º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF77E7 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 119 231 -
CMYK 0 0.50 0.03 0.06
HSL 304º 0.79% 0.7% -
HSV(B) 304º 0.5% 0.94% -
XYZ 56.62 37.31 79.82 -
YUV 167.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 239 119 231 0 0.50 0.03 0.06 304 0.79 0.7
Hex EF 77 E7 0 32 3 6 130 4F 46
Octal 357 167 347 0 62 3 6 460 117 106
Binary 11101111 1110111 11100111 0 110010 11 110 100110000 1001111 1000110

Color Harmonies of #EF77E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF77E7

Black with #EF77E7

Text Example


Text Example

White with #EF77E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF77E7; }

 p { color: rgb(239,119,231); }

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

background-color css

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

 a { background-color: rgb(239,119,231); }

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

border-color css

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

 span { border-color: rgb(239,119,231); }

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